am 0f645381: Merge "Fix typo wordPreperty -> wordProperty."

* commit '0f645381ee289fbb357c3070fefb659fd7931c8f':
  Fix typo wordPreperty -> wordProperty.
main
Keisuke Kuroyanagi 2014-05-13 03:00:08 +00:00 committed by Android Git Automerger
commit c0e181484f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}