From 4465d1a03ee5fddc5987c19fc36b0bb79e19572f Mon Sep 17 00:00:00 2001 From: Newton Allen Date: Tue, 26 Nov 2013 10:25:38 -0800 Subject: Fix some documentation typos. Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa --- core/java/android/view/inputmethod/InputConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/view/inputmethod') diff --git a/core/java/android/view/inputmethod/InputConnection.java b/core/java/android/view/inputmethod/InputConnection.java index c51d8a7..ff992d3 100644 --- a/core/java/android/view/inputmethod/InputConnection.java +++ b/core/java/android/view/inputmethod/InputConnection.java @@ -75,7 +75,7 @@ import android.view.KeyEvent; * behavior you should adopt for a particular call, please mimic the * default TextView implementation in the latest Android version, and * if you decide to drift from it, please consider carefully that - * inconsistencies in text edition behavior is almost universally felt + * inconsistencies in text editor behavior is almost universally felt * as a bad thing by users.

* *

Cursors, selections and compositions

-- cgit v1.1