summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/style
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-15 22:23:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-15 22:23:24 +0000
commitc0d849348ae9fb36e725d0644a4927e2e5146295 (patch)
tree9f4de091562ebc5a9678c1264dcf21b5f1c5f820 /core/java/android/text/style
parent4decc115ae4fc846fffda238569d6c55451a63af (diff)
parent076c599feb9a18b250de7020c2f1c01561c509f9 (diff)
downloadframeworks_base-c0d849348ae9fb36e725d0644a4927e2e5146295.zip
frameworks_base-c0d849348ae9fb36e725d0644a4927e2e5146295.tar.gz
frameworks_base-c0d849348ae9fb36e725d0644a4927e2e5146295.tar.bz2
am 076c599f: am 1ad5c813: Fix typo in TtsSpan.
* commit '076c599feb9a18b250de7020c2f1c01561c509f9': Fix typo in TtsSpan.
Diffstat (limited to 'core/java/android/text/style')
-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}.