summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui')
-rw-r--r--chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h2
-rw-r--r--chrome/browser/ui/sync/one_click_signin_sync_starter.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
index 2e375cd..dd9c7ef 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
@@ -79,7 +79,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
content::WebContents* content);
// Advance to the next item if an owned item is already active. The function
- // will return true if it has sucessfully advanced.
+ // will return true if it has successfully advanced.
bool AdvanceToNextApp();
// Returns true if the application is a V2 app.
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);
}