summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-08 18:44:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-08 18:44:14 +0000
commitab94a1676e6280f1b6d83e0f8b02849ff62faf4f (patch)
tree7c9ce00126f5bc53beaefe7de5b87444081d85cc /core/java/android/text
parentf4eaaadb8cb0e2ff8d1704827883b5a62173311d (diff)
parentd0646dca40ff740bd49755ad60751678b0ccca52 (diff)
downloadframeworks_base-ab94a1676e6280f1b6d83e0f8b02849ff62faf4f.zip
frameworks_base-ab94a1676e6280f1b6d83e0f8b02849ff62faf4f.tar.gz
frameworks_base-ab94a1676e6280f1b6d83e0f8b02849ff62faf4f.tar.bz2
Merge "Small documentation fixes across many files."
Diffstat (limited to 'core/java/android/text')
-rw-r--r--core/java/android/text/Html.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/Html.java b/core/java/android/text/Html.java
index f839d52..0e39118 100644
--- a/core/java/android/text/Html.java
+++ b/core/java/android/text/Html.java
@@ -64,7 +64,7 @@ public class Html {
*/
public static interface ImageGetter {
/**
- * This methos is called when the HTML parser encounters an
+ * This method is called when the HTML parser encounters an
* &lt;img&gt; tag. The <code>source</code> argument is the
* string from the "src" attribute; the return value should be
* a Drawable representation of the image or <code>null</code>