From a6c51149c59b2921507f6903e490bd00702972d1 Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Thu, 18 Jun 2015 15:26:17 -0700 Subject: Fix a typo in Drawable's javadoc Change-Id: Ic168b250defb30512cb35a836118fe2bdf1b2e78 --- graphics/java/android/graphics/drawable/Drawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index 6090cf0..5e62aea 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -433,7 +433,7 @@ public abstract class Drawable { /** * Set the layout direction for this drawable. Should be a resolved - * layout direction, as the Drawable as no capacity to do the resolution on + * layout direction, as the Drawable has no capacity to do the resolution on * its own. * * @param layoutDirection the resolved layout direction for the drawable, -- cgit v1.1