| Index: chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| index 8767ed997c634b703c9918969c65f2a3d4ecd9be..61e6906612f8d85fedea7328cdf720a4e5eab0fb 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| +++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| @@ -141,7 +141,7 @@ void OneClickSigninSyncStarter::Initialize(Profile* profile, Browser* browser) {
|
| profile_sync_service->SetSetupInProgress(true);
|
|
|
| // Make sure the syncing is requested, otherwise the SigninManager
|
| - // will not be able to complete sucessfully.
|
| + // will not be able to complete successfully.
|
| sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs());
|
| sync_prefs.SetSyncRequested(true);
|
| }
|
|
|