diff options
| author | kopriva <kopriva@google.com> | 2018-09-13 15:11:27 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-09-13 15:11:27 -0700 |
| commit | eac0905c114a8ae11851a1a19dbfaff333538060 (patch) | |
| tree | 98d652f6a73c5ab561eca07e225a5d02f4350556 /core/java/android/widget/TextView.java | |
| parent | 917caf75bee94df78ad32e16a13d67f17c4ca664 (diff) | |
| parent | 9b641cbc7185e3be25f8d5e67cb6965770b774b3 (diff) | |
docs: fixed instances of typo in 'overridden' am: debd4ee72d
am: 9b641cbc71
Change-Id: I071643e73656a2a17a3c0ab89ffacda9c1bfec80
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 d9132736232a..a86e6f81f006 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -3609,7 +3609,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** * Read the Text Appearance attributes from a given TypedArray and set its values to the given * set. If the TypedArray contains a value that was already set in the given attributes, that - * will be overriden. + * will be overridden. * * @param context The Context to be used * @param appearance The TypedArray to read properties from |
