Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
index 46662ecec23b8357bed0f21ec7883816f1da6fd9..ecda73fc32133defb73bf22fa62beab771da4269 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
@@ -310,7 +310,7 @@ BrowserShortcutLauncherItemController::ActivateOrAdvanceToNextBrowser() { |
} |
browser = items[0]; |
} else { |
- // If there is more then one suitable browser, we advance to the next if |
+ // If there is more than one suitable browser, we advance to the next if |
// |browser| is already active - or - check the last used browser if it can |
// be used. |
std::vector<Browser*>::iterator i = |