diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index b01e45627eb59..f573598baf1d7 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -22858,7 +22858,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * displaying, else return the result of calling through to the * super class. * - * @return boolean If true than the Drawable is being displayed in the + * @return boolean If true then the Drawable is being displayed in the * view; else false and it is not allowed to animate. * * @see #unscheduleDrawable(android.graphics.drawable.Drawable)