Merge "Fix typo wordPreperty -> wordProperty."
This commit is contained in:
commit
0f645381ee
1 changed files with 2 additions and 2 deletions
|
@ -414,8 +414,8 @@ public final class BinaryDictionary extends Dictionary {
|
||||||
public WordProperty mWordProperty;
|
public WordProperty mWordProperty;
|
||||||
public int mNextToken;
|
public int mNextToken;
|
||||||
|
|
||||||
public GetNextWordPropertyResult(final WordProperty wordPreperty, final int nextToken) {
|
public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) {
|
||||||
mWordProperty = wordPreperty;
|
mWordProperty = wordProperty;
|
||||||
mNextToken = nextToken;
|
mNextToken = nextToken;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue