diff options
Diffstat (limited to 'core/java/android/view/Gravity.java')
-rw-r--r-- | core/java/android/view/Gravity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/Gravity.java b/core/java/android/view/Gravity.java index 9a89fa5..324a1ae 100644 --- a/core/java/android/view/Gravity.java +++ b/core/java/android/view/Gravity.java @@ -123,7 +123,7 @@ public class Gravity public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END; /** - * Apply a gravity constant to an object. This suppose that the layout direction is LTR. + * Apply a gravity constant to an object. This supposes that the layout direction is LTR. * * @param gravity The desired placement of the object, as defined by the * constants in this class. |