diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 01:06:24 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 01:06:24 +0000 |
commit | 7c7c1ae8b10c37ed01596d13200afb75dbbaea89 (patch) | |
tree | 2a0de2fe0db617af967fc902e4af161abba05e59 /chrome/browser/ui/cocoa | |
parent | 78e2edc5b5140cd547c7b6c555405ba7eeec3f0b (diff) | |
download | chromium_src-7c7c1ae8b10c37ed01596d13200afb75dbbaea89.zip chromium_src-7c7c1ae8b10c37ed01596d13200afb75dbbaea89.tar.gz chromium_src-7c7c1ae8b10c37ed01596d13200afb75dbbaea89.tar.bz2 |
Fix spelling error
TBR=thakis@chromium.org,erg@chromium.org,sky@chromium.org
R=jhawkins@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10642004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa')
-rw-r--r-- | chrome/browser/ui/cocoa/web_intent_sheet_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm b/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm index 2b6bfea..bc92af6 100644 --- a/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm +++ b/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm @@ -694,7 +694,7 @@ NSButton* CreateHyperlinkButton(NSString* title, const NSRect& frame) { textFrame = [inlineDispositionTitleField_ frame]; // Add link for "choose another service" if other suggestions are available - // or if we have more than one (the current) service installed. + // or if more than one (the current) service is installed. if (model_->GetInstalledServiceCount() > 1 || model_->GetSuggestedExtensionCount()) { NSRect frame = NSMakeRect( |