diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 06:44:05 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 06:44:05 +0000 |
commit | 7afaca42d31f24d157f982680a10d7d1bed13a2a (patch) | |
tree | 03155896ebdfba8e9fccd7e10466f1670c10cd79 | |
parent | a3dbd79e7b11c13547f11514e2d3d9965d83f2ff (diff) | |
download | chromium_src-7afaca42d31f24d157f982680a10d7d1bed13a2a.zip chromium_src-7afaca42d31f24d157f982680a10d7d1bed13a2a.tar.gz chromium_src-7afaca42d31f24d157f982680a10d7d1bed13a2a.tar.bz2 |
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
-rw-r--r-- | chrome/browser/chromeos/input_method/hotkey_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |