diff options
Diffstat (limited to 'ui/base/win/ime_input.cc')
-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 |