aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-01-16 19:08:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-16 19:08:27 -0800
commit25a42b99a54c93ab6ffb2c875f3e9cd38214d53e (patch)
tree6b14f59ab88175cb1d9f886467cc7d0fe5d836f1 /java/src/com/android/inputmethod/latin/LatinIME.java
parentb22f77004af0f43c64030840e40138714a588b95 (diff)
parenta8ba49c2534220105ce302a50b3a9ddaf831ef20 (diff)
downloadlatinime-25a42b99a54c93ab6ffb2c875f3e9cd38214d53e.tar.gz
latinime-25a42b99a54c93ab6ffb2c875f3e9cd38214d53e.tar.xz
latinime-25a42b99a54c93ab6ffb2c875f3e9cd38214d53e.zip
am a8ba49c2: Small cleanup
* commit 'a8ba49c2534220105ce302a50b3a9ddaf831ef20': Small cleanup
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 2f5f2a5dd..e6c4ba71b 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1399,7 +1399,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
if (mSuggestionsView != null && mSuggestionsView.dismissAddToDictionaryHint()) {
// Go back to the suggestion mode if the user canceled the
// "Touch again to save".
- // NOTE: In gerenal, we don't revert the word when backspacing
+ // NOTE: In general, we don't revert the word when backspacing
// from a manual suggestion pick. We deliberately chose a
// different behavior only in the case of picking the first
// suggestion (typed word). It's intentional to have made this