From a8396686a20ec7219efb3d1e7050c1cd999ec83e Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Wed, 16 Jan 2013 08:39:47 -0800 Subject: docs: Typos and other fixes External 42844 External 42778 External 42768 External 42730 External 42720 External 42678 External 39381 Change-Id: Ia9d54ce87dc266650d0620fd3adc63137322e20b --- core/java/android/view/View.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java') diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 0cc8b62..116eed3 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -6789,7 +6789,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. -- cgit v1.1