| Index: components/sync/driver/backend_migrator.h
|
| diff --git a/components/sync/driver/backend_migrator.h b/components/sync/driver/backend_migrator.h
|
| index 38a03be6e93d79398506b65849a46ae6b2d7e1bf..e277bea0e6f3dfe0e04bd3ca268fbd34b70cbb3e 100644
|
| --- a/components/sync/driver/backend_migrator.h
|
| +++ b/components/sync/driver/backend_migrator.h
|
| @@ -67,7 +67,7 @@ class BackendMigrator {
|
| State state() const;
|
|
|
| // Called from ProfileSyncService to notify us of configure done.
|
| - // Note: We receive these notificiations only when our state is not IDLE.
|
| + // Note: We receive these notifications only when our state is not IDLE.
|
| void OnConfigureDone(
|
| const sync_driver::DataTypeManager::ConfigureResult& result);
|
|
|
|
|