summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-04-03 09:24:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-03 09:24:42 -0700
commit2dd01a0b5b08a0ccd7b2932707ce58dd959ac3f8 (patch)
tree5969aca0ef873a69e6e21d126e00d30b76915eb9 /core/java
parent050f661173979b95e52f5020c8dd8adc09e8badd (diff)
parent555c82cd43ef8d11bcf54f023864619869c06411 (diff)
downloadframeworks_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.java2
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.