Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ee11f9 authored by Chieu Nguyen's avatar Chieu Nguyen
Browse files

"spellcheking" needs spellchecking.

Change-Id: Iaf4cd5d11b113be4738182fb662e5dc54b2f5366
parent 16c262ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ public abstract class AndroidWordLevelSpellCheckerSession extends Session {
            if (DBG) {
                throw e;
            }
            Log.e(TAG, "Exception while spellcheking", e);
            Log.e(TAG, "Exception while spellchecking", e);
            return AndroidSpellCheckerService.getNotInDictEmptySuggestions(
                    false /* reportAsTypo */);
        }
+1 −1
Original line number Diff line number Diff line
@@ -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,