diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 16:49:22 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 16:49:22 +0000 |
commit | 972cec20ef4d70278a32afba87c7c8e05aba687f (patch) | |
tree | cbdec749f9dc6d1068ed49e727b8300bd1d6ed7e /chrome | |
parent | cde6dc9cbd2b2e46115f7d1740d2a3dcf6cadbc0 (diff) | |
download | chromium_src-972cec20ef4d70278a32afba87c7c8e05aba687f.zip chromium_src-972cec20ef4d70278a32afba87c7c8e05aba687f.tar.gz chromium_src-972cec20ef4d70278a32afba87c7c8e05aba687f.tar.bz2 |
typo. TBR=pinkerton
Review URL: http://codereview.chromium.org/272010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/global_keyboard_shortcuts_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/global_keyboard_shortcuts_mac.h b/chrome/browser/global_keyboard_shortcuts_mac.h index 41d26e4..ca24dd4 100644 --- a/chrome/browser/global_keyboard_shortcuts_mac.h +++ b/chrome/browser/global_keyboard_shortcuts_mac.h @@ -22,7 +22,7 @@ struct KeyboardShortcutData { // |performKeyEquivalent:| bubbles events up from the window to the views. // If we let it bubble up to the Omnibox, then the Omnibox handles // cmd-left/right just fine, but it swallows cmd-1 and doesn't give us a chance -// to intercept this. Hence, we need to types of keyboard shortcuts. +// to intercept this. Hence, we need two types of keyboard shortcuts. // // This means cmd-left doesn't work if you hit cmd-l tab, which focusses // something that's neither omnibox nor tab contents. This behavior is |