From 7afaca42d31f24d157f982680a10d7d1bed13a2a Mon Sep 17 00:00:00 2001 From: "yusukes@google.com" Date: Tue, 4 Oct 2011 06:44:05 +0000 Subject: Fix typo in hotkey_manager.cc. No code change. BUG=None TEST=None Review URL: http://codereview.chromium.org/8106003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103854 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/input_method/hotkey_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/chromeos/input_method/hotkey_manager.cc b/chrome/browser/chromeos/input_method/hotkey_manager.cc index a1d2999..3ba9bd4 100644 --- a/chrome/browser/chromeos/input_method/hotkey_manager.cc +++ b/chrome/browser/chromeos/input_method/hotkey_manager.cc @@ -178,7 +178,7 @@ int HotkeyManager::FilterKeyEventInternal( if ((keysym != previous_keysym_) && (!IsModifier(keysym) || !IsModifier(previous_keysym_))) { // This check is useful when e.g. Alt is released after Shift+Alt+X is - // pressed, and the release event if X is intercepted by the window + // pressed, and the release event of X is intercepted by the window // manager. In this case, we should not switch IME, but the first check // does not work. // The IsModifier() checks are necessary for the 'press Alt, press -- cgit v1.1