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

Commit 0befbf82 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Fix typo wordPreperty -> wordProperty.

Change-Id: I793f9a42f8dbf48fa15292e74df9edf1cf5d8901
parent 620a05ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -414,8 +414,8 @@ public final class BinaryDictionary extends Dictionary {
        public WordProperty mWordProperty;
        public int mNextToken;

        public GetNextWordPropertyResult(final WordProperty wordPreperty, final int nextToken) {
            mWordProperty = wordPreperty;
        public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) {
            mWordProperty = wordProperty;
            mNextToken = nextToken;
        }
    }