diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ui/base/win/ime_input.cc | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -122,3 +122,4 @@ Mathias Bynens <mathias@qiwi.be> Mark Seaborn <mrs@mythic-beasts.com> Amruth Raj <amruthraj@motorola.com> Gajendra Singh <wxjg68@motorola.com> +Ehsan Akhgari <ehsan.akhgari@gmail.com> 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 |