diff options
author | 2015-03-27 23:03:59 +0000 | |
---|---|---|
committer | 2015-03-27 23:03:59 +0000 | |
commit | 871a894df752c3593a18c08bf544bf8e1138307d (patch) | |
tree | ed634382b2b3940f280adcf434f59ee3e45522ff /tests | |
parent | c77551cd2b8dfb7b9af47e96b70d8f0e8120e271 (diff) | |
parent | 6e33dcd58f37ef198ec40ac33d68bb8f9c12acff (diff) | |
download | latinime-871a894df752c3593a18c08bf544bf8e1138307d.tar.gz latinime-871a894df752c3593a18c08bf544bf8e1138307d.tar.xz latinime-871a894df752c3593a18c08bf544bf8e1138307d.zip |
am 6e33dcd5: Merge ""spellcheking" needs spellchecking."
* commit '6e33dcd58f37ef198ec40ac33d68bb8f9c12acff':
"spellcheking" needs spellchecking.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/FusionDictionary.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/FusionDictionary.java b/tests/src/com/android/inputmethod/latin/makedict/FusionDictionary.java index 52060bed2..6ba1ef966 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/FusionDictionary.java +++ b/tests/src/com/android/inputmethod/latin/makedict/FusionDictionary.java @@ -327,7 +327,7 @@ public final class FusionDictionary implements Iterable<WordProperty> { * an exception is thrown. * @param word the word, as an int array. * @param probabilityInfo the probability information of the word. - * @param isNotAWord true if this is not a word for spellcheking purposes (shortcut only or so) + * @param isNotAWord true if this is not a word for spellchecking purposes (shortcut only or so) * @param isPossiblyOffensive true if this word is possibly offensive */ private void add(final int[] word, final ProbabilityInfo probabilityInfo, |