summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/style
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-15 22:50:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-15 22:50:51 +0000
commit9f206bec2d58e5edcebb134013e2d9a23659a4d4 (patch)
tree872bbe2e9aa6b3bf4947f80a4f4a1a66e83e684b /core/java/android/text/style
parenta8232452b6bea3c291a56a4e005e7a95eb99c5de (diff)
parent4393a7d2645cfb9097e616016c58887b9929be55 (diff)
downloadframeworks_base-9f206bec2d58e5edcebb134013e2d9a23659a4d4.zip
frameworks_base-9f206bec2d58e5edcebb134013e2d9a23659a4d4.tar.gz
frameworks_base-9f206bec2d58e5edcebb134013e2d9a23659a4d4.tar.bz2
am 4393a7d2: am c0d84934: am 076c599f: am 1ad5c813: Fix typo in TtsSpan.
* commit '4393a7d2645cfb9097e616016c58887b9929be55': 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 c40f11f..93a156b 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}.