aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
diff options
context:
space:
mode:
authorAdrian Velicu <adrianv@google.com>2014-12-02 12:53:56 +0900
committerAdrian Velicu <adrianv@google.com>2014-12-02 12:53:56 +0900
commit11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed (patch)
tree355ec3d64c5e1cfb17f4ec22194322b6ff61aac6 /tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
parentf5c754eb8af170a52e62875b38fd7fcfd544d61a (diff)
downloadlatinime-11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed.tar.gz
latinime-11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed.tar.xz
latinime-11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed.zip
Fix a misspelled method name
Change-Id: I1151dc1d5db3986a97daf68c1e387dbc2e4610dc
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java b/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
index bcf016ae9..8614ccc0e 100644
--- a/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
+++ b/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
@@ -176,7 +176,7 @@ public class RichInputConnectionAndTextRangeTests extends AndroidTestCase {
assertEquals(NgramContextUtils.getNgramContextFromNthPreviousWord(
"abc def", mSpacingAndPunctuations, 1).getNthPrevWord(2), "abc");
assertTrue(NgramContextUtils.getNgramContextFromNthPreviousWord(
- "abc def", mSpacingAndPunctuations, 2).isNthPrevWordBeginningOfSontence(2));
+ "abc def", mSpacingAndPunctuations, 2).isNthPrevWordBeginningOfSentence(2));
// The following tests reflect the current behavior of the function
// RichInputConnection#getNthPreviousWord.