From e855d130aea57018daf93d85ced2fcde7fbcb045 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 11 Jun 2009 11:00:42 -0500 Subject: Fix spelling mistakes in Javadoc --- core/java/android/widget/TextView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/widget/TextView.java') diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index d8ed4f0e4e86..7eeb1cab439d 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -5760,7 +5760,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * Causes words in the text that are longer than the view is wide * to be ellipsized instead of broken in the middle. You may also * want to {@link #setSingleLine} or {@link #setHorizontallyScrolling} - * to constrain the text toa single line. Use null + * to constrain the text to a single line. Use null * to turn off ellipsizing. * * @attr ref android.R.styleable#TextView_ellipsize -- cgit v1.2.3