diff options
| author | Kenny Root <kenny@the-b.org> | 2009-06-11 11:00:42 -0500 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2009-07-07 12:46:03 -0700 |
| commit | e855d130aea57018daf93d85ced2fcde7fbcb045 (patch) | |
| tree | a09ac5192ac9b5159830bc5c9c926ba996cf3b51 /core/java/android/widget/TextView.java | |
| parent | 8cf97d9982aae6197e48aabf2a3ada79fb39a041 (diff) | |
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 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 <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 |
