am 076c599f: am 1ad5c813: Fix typo in TtsSpan.

* commit '076c599feb9a18b250de7020c2f1c01561c509f9':
  Fix typo in TtsSpan.
This commit is contained in:
John Spurlock
2015-06-15 22:23:24 +00:00
committed by Android Git Automerger

View File

@@ -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}.