Merge ""spellcheking" needs spellchecking."

main
Chieu Nguyen 2015-03-27 22:04:23 +00:00 committed by Android (Google) Code Review
commit 6e33dcd58f
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ public abstract class AndroidWordLevelSpellCheckerSession extends Session {
if (DBG) { if (DBG) {
throw e; throw e;
} }
Log.e(TAG, "Exception while spellcheking", e); Log.e(TAG, "Exception while spellchecking", e);
return AndroidSpellCheckerService.getNotInDictEmptySuggestions( return AndroidSpellCheckerService.getNotInDictEmptySuggestions(
false /* reportAsTypo */); false /* reportAsTypo */);
} }

View File

@ -327,7 +327,7 @@ public final class FusionDictionary implements Iterable<WordProperty> {
* an exception is thrown. * an exception is thrown.
* @param word the word, as an int array. * @param word the word, as an int array.
* @param probabilityInfo the probability information of the word. * @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 * @param isPossiblyOffensive true if this word is possibly offensive
*/ */
private void add(final int[] word, final ProbabilityInfo probabilityInfo, private void add(final int[] word, final ProbabilityInfo probabilityInfo,