diff options
author | Kenny Root <kenny@the-b.org> | 2009-06-11 11:00:42 -0500 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-06-11 11:00:42 -0500 |
commit | 1b194b14fe958b11cf06f50bdbf243c9df83e056 (patch) | |
tree | e2b358cf2ca8076f2133d1e6b8d9c0972e126e84 /core/java/android/widget/TextView.java | |
parent | 4ea496ddcaad107dda890850933423137582ce40 (diff) | |
download | frameworks_base-1b194b14fe958b11cf06f50bdbf243c9df83e056.zip frameworks_base-1b194b14fe958b11cf06f50bdbf243c9df83e056.tar.gz frameworks_base-1b194b14fe958b11cf06f50bdbf243c9df83e056.tar.bz2 |
Fix spelling mistakes in Javadoc
Diffstat (limited to 'core/java/android/widget/TextView.java')
-rw-r--r-- | core/java/android/widget/TextView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 9c810e1..58d688c 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -5611,7 +5611,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 <code>null</code> + * to constrain the text to a single line. Use <code>null</code> * to turn off ellipsizing. * * @attr ref android.R.styleable#TextView_ellipsize |