diff options
author | horo@chromium.org <horo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 20:34:16 +0000 |
---|---|---|
committer | horo@chromium.org <horo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 20:34:16 +0000 |
commit | 983be7dcb50da2f6ffc6be258026521feec7a759 (patch) | |
tree | d8047f8cceffbcb2dc31a4c5121b2c9067855445 /chromeos | |
parent | 75c43f25a0c667a119f531d6e9362049d300139f (diff) | |
download | chromium_src-983be7dcb50da2f6ffc6be258026521feec7a759.zip chromium_src-983be7dcb50da2f6ffc6be258026521feec7a759.tar.gz chromium_src-983be7dcb50da2f6ffc6be258026521feec7a759.tar.bz2 |
Fix typographical errors in src/chromeos/ime/ibus_keymap.cc.
BUG=234949
Review URL: https://chromiumcodereview.appspot.com/14802006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/ime/ibus_keymap.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromeos/ime/ibus_keymap.cc b/chromeos/ime/ibus_keymap.cc index 255232f..f882c44 100644 --- a/chromeos/ime/ibus_keymap.cc +++ b/chromeos/ime/ibus_keymap.cc @@ -147,7 +147,7 @@ std::string GetIBusKeyCode(uint16 keycode) { case 0x0020: return "KeyO"; case 0x0021: return "KeyP"; case 0x0022: return "BracketLeft"; - case 0x0023: return "BlacketRight"; + case 0x0023: return "BracketRight"; case 0x0024: return "Enter"; case 0x0025: return "ControlLeft"; case 0x0026: return "KeyA"; @@ -232,8 +232,8 @@ std::string GetIBusKeyCode(uint16 keycode) { case 0x005b: return "NumpadDecimal"; case 0x0068: return "NumpadEnter"; case 0x006a: return "NumpadDivide"; - case 0x00bb: return "NumpadParentLeft"; - case 0x00bc: return "NumpadParentRight"; + case 0x00bb: return "NumpadParenLeft"; + case 0x00bc: return "NumpadParenRight"; // Unsupported keys |