diff options
author | Scott Kennedy <skennedy@google.com> | 2013-04-03 09:35:18 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-03 09:35:18 -0700 |
commit | 23eda7cd0a2b80bafcba7c24f49a73a2f11f782f (patch) | |
tree | d36132a276366b05aafd802d5190a02f28f73893 /core/java/android/view/View.java | |
parent | 7cf6aaf9bca84b4f01b55088cf4d3f705577a0cb (diff) | |
parent | 76f9a0a6800d8a8945156a95dea79f16ec704b3d (diff) | |
download | frameworks_base-23eda7cd0a2b80bafcba7c24f49a73a2f11f782f.zip frameworks_base-23eda7cd0a2b80bafcba7c24f49a73a2f11f782f.tar.gz frameworks_base-23eda7cd0a2b80bafcba7c24f49a73a2f11f782f.tar.bz2 |
am 76f9a0a6: am c318dbcf: am 2dd01a0b: am 555c82cd: am f7c06ddb: Merge "docs: Typos and other fixes" into jb-mr1-dev
* commit '76f9a0a6800d8a8945156a95dea79f16ec704b3d':
docs: Typos and other fixes
Diffstat (limited to 'core/java/android/view/View.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 0d2141f..4a3162f 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. |