diff options
| author | Scott Kennedy <skennedy@google.com> | 2013-04-03 09:24:42 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-03 09:24:42 -0700 |
| commit | 2dd01a0b5b08a0ccd7b2932707ce58dd959ac3f8 (patch) | |
| tree | 5969aca0ef873a69e6e21d126e00d30b76915eb9 /core/java | |
| parent | 050f661173979b95e52f5020c8dd8adc09e8badd (diff) | |
| parent | 555c82cd43ef8d11bcf54f023864619869c06411 (diff) | |
| download | frameworks_base-2dd01a0b5b08a0ccd7b2932707ce58dd959ac3f8.zip frameworks_base-2dd01a0b5b08a0ccd7b2932707ce58dd959ac3f8.tar.gz frameworks_base-2dd01a0b5b08a0ccd7b2932707ce58dd959ac3f8.tar.bz2 | |
am 555c82cd: am f7c06ddb: Merge "docs: Typos and other fixes" into jb-mr1-dev
* commit '555c82cd43ef8d11bcf54f023864619869c06411':
docs: Typos and other fixes
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index f05371a..cf61599 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -6794,7 +6794,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Adds the children of a given View for accessibility. Since some Views are * not important for accessibility the children for accessibility are not - * necessarily direct children of the riew, rather they are the first level of + * necessarily direct children of the view, rather they are the first level of * descendants important for accessibility. * * @param children The list of children for accessibility. |
