diff options
author | ehsan.akhgari@gmail.com <ehsan.akhgari@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:46:11 +0000 |
---|---|---|
committer | ehsan.akhgari@gmail.com <ehsan.akhgari@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 18:46:11 +0000 |
commit | 46bc6ce98b895634177b06ad6a6e6d8018bc5f51 (patch) | |
tree | 185e91319a1089a6057f091a18029ca8a8258446 /ui | |
parent | a58d9281450575bec955ff95af44c3456fa48f06 (diff) | |
download | chromium_src-46bc6ce98b895634177b06ad6a6e6d8018bc5f51.zip chromium_src-46bc6ce98b895634177b06ad6a6e6d8018bc5f51.tar.gz chromium_src-46bc6ce98b895634177b06ad6a6e6d8018bc5f51.tar.bz2 |
Fix the spelling of the comment in ImeInput::IsCtrlShiftPressed.
Found when borrowing the code into Mozilla.
BUG=96706
TEST=
Review URL: http://codereview.chromium.org/7903008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/win/ime_input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/win/ime_input.cc b/ui/base/win/ime_input.cc index ff87d45..50bf3ea 100644 --- a/ui/base/win/ime_input.cc +++ b/ui/base/win/ime_input.cc @@ -541,7 +541,7 @@ bool ImeInput::IsCtrlShiftPressed(base::i18n::TextDirection* direction) { return false; } - // Scan the key status to find pressed keys. We should adandon changing the + // Scan the key status to find pressed keys. We should abandon changing the // text direction when there are other pressed keys. // This code is executed only when a user is pressing a control key and a // right-shift key (or a left-shift key), i.e. we should ignore the status of |