aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
diff options
context:
space:
mode:
authorAdrian Velicu <adrianv@google.com>2014-12-02 04:46:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-02 04:46:41 +0000
commitf8f1bb2235128416a433f0b877c7638aed6d037a (patch)
treea3598abd068944daf61c64036bef8b3ab4c8cfef /tests/src/com/android/inputmethod/latin/RichInputConnectionAndTextRangeTests.java
parentc76ec0b2b20cb582cf38713dbd864309162fc647 (diff)
parent11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed (diff)
downloadlatinime-f8f1bb2235128416a433f0b877c7638aed6d037a.tar.gz
latinime-f8f1bb2235128416a433f0b877c7638aed6d037a.tar.xz
latinime-f8f1bb2235128416a433f0b877c7638aed6d037a.zip
am 11a3965f: Fix a misspelled method name
* commit '11a3965f8c376db4d8fbdf3c6ea6ac54550ae6ed': Fix a misspelled method name
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.