summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Mitra <alexmitra@google.com> 2023-08-01 14:12:45 +0000
committer Alex Mitra <alexmitra@google.com> 2023-08-01 14:16:27 +0000
commit6a5ae91debec13a5f68096e27bbd81533030603c (patch)
treeca25b90cad06ed556a26a1fe54b7a0e31e457d00
parent15b58d7bb1197693e515d9450f7dec81a81e8216 (diff)
Fix small typo in setAutoHandwritingEnabled javadoc
Change-Id: I4930baa951f7472647eab01798089f352b5f4f12
-rw-r--r--core/java/android/view/View.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index e0e8a6bc6c41..3fd394be87e8 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -32500,7 +32500,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
/**
* Return whether the View allows automatic handwriting initiation. Returns true if automatic
- * handwriting initiation is enabled, and verse visa.
+ * handwriting initiation is enabled, and vice versa.
* @see #setAutoHandwritingEnabled(boolean)
*/
public boolean isAutoHandwritingEnabled() {