summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-15 13:24:02 -0400
committerJohn Spurlock <jspurlock@google.com>2015-06-15 17:24:57 +0000
commit1ad5c813211d4d855a0d5396855c80653480aaa4 (patch)
tree46e3937e9d9ba1881c7b974fdbb881d981031b0b
parent7b3ecd65270802bb9231a0d546f1674c7c133d60 (diff)
downloadframeworks_base-1ad5c813211d4d855a0d5396855c80653480aaa4.zip
frameworks_base-1ad5c813211d4d855a0d5396855c80653480aaa4.tar.gz
frameworks_base-1ad5c813211d4d855a0d5396855c80653480aaa4.tar.bz2
Fix typo in TtsSpan.
Change-Id: Ic32f141f0c51ee3bee8fd71464f104ef725de880
-rw-r--r--core/java/android/text/style/TtsSpan.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/style/TtsSpan.java b/core/java/android/text/style/TtsSpan.java
index 342a183..1f296db 100644
--- a/core/java/android/text/style/TtsSpan.java
+++ b/core/java/android/text/style/TtsSpan.java
@@ -165,7 +165,7 @@ public class TtsSpan implements ParcelableSpan {
/**
* The text associated with this span is a series of characters that have to
- * be read verbatim. The engine will attempt to ready out any character like
+ * be read verbatim. The engine will attempt to read out any character like
* punctuation but excluding whitespace. {@link #ARG_VERBATIM} is required.
* Also accepts the arguments {@link #ARG_GENDER},
* {@link #ARG_ANIMACY}, {@link #ARG_MULTIPLICITY} and {@link #ARG_CASE}.