From 46bc6ce98b895634177b06ad6a6e6d8018bc5f51 Mon Sep 17 00:00:00 2001 From: "ehsan.akhgari@gmail.com" Date: Thu, 15 Sep 2011 18:46:11 +0000 Subject: 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 --- AUTHORS | 1 + ui/base/win/ime_input.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8f52f5d..b9a0f62 100644 --- a/AUTHORS +++ b/AUTHORS @@ -122,3 +122,4 @@ Mathias Bynens Mark Seaborn Amruth Raj Gajendra Singh +Ehsan Akhgari 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 -- cgit v1.1