diff options
author | 2011-12-21 05:38:13 -0800 | |
---|---|---|
committer | 2011-12-21 05:38:13 -0800 | |
commit | a3da688ce7682bae535e18b040126b3e2c0e9e0f (patch) | |
tree | 04148e383ca8a2e7617814a5a232e4616a278928 /java | |
parent | 9fcb35698a002825483962d195d1bdc1997fa3e7 (diff) | |
parent | 0d0f01da674e89e294d14061837711996dc5a693 (diff) | |
download | latinime-a3da688ce7682bae535e18b040126b3e2c0e9e0f.tar.gz latinime-a3da688ce7682bae535e18b040126b3e2c0e9e0f.tar.xz latinime-a3da688ce7682bae535e18b040126b3e2c0e9e0f.zip |
am 0d0f01da: Fix a typo. A follow up to I68dd6b8d
* commit '0d0f01da674e89e294d14061837711996dc5a693':
Fix a typo. A follow up to I68dd6b8d
Diffstat (limited to 'java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/WordComposer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/WordComposer.java b/java/src/com/android/inputmethod/latin/WordComposer.java index 7e844e9f4..e95dcfdc9 100644 --- a/java/src/com/android/inputmethod/latin/WordComposer.java +++ b/java/src/com/android/inputmethod/latin/WordComposer.java @@ -349,7 +349,7 @@ public class WordComposer { // `type' should be one of the COMMIT_TYPE_* constants above. public void onCommitWord(final int type) { mCommittedWordSavedForSuggestionResuming = mCurrentWord; - // Note: currently, we come here whenever we commit a word. If it's any *other* kind that + // Note: currently, we come here whenever we commit a word. If it's any *other* kind than // DECIDED_WORD, we should reset mAutoCorrection so that we don't attempt to cancel later. // If it's a DECIDED_WORD, it may be an actual auto-correction by the IME, or what the user // typed because the IME decided *not* to auto-correct for whatever reason. |