summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/sync/one_click_signin_sync_starter.cc')
-rw-r--r--chrome/browser/ui/sync/one_click_signin_sync_starter.cc2
1 files changed, 1 insertions, 1 deletions
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 8767ed9..61e6906 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);
}