From 972cec20ef4d70278a32afba87c7c8e05aba687f Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 9 Oct 2009 16:49:22 +0000 Subject: 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 --- chrome/browser/global_keyboard_shortcuts_mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') 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 -- cgit v1.1