From 4f24757202c707dfcae3cd5805a8d3c0c803cdcd Mon Sep 17 00:00:00 2001 From: Melvin Moreno Date: Tue, 8 Feb 2022 17:45:39 +0000 Subject: Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542 Change-Id: I950251451d49f97c8c3ef0539218189d4ff74ab6 --- graphics/java/android/graphics/Paint.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/java') diff --git a/graphics/java/android/graphics/Paint.java b/graphics/java/android/graphics/Paint.java index 42e470b7f660..5bfc32177ec0 100644 --- a/graphics/java/android/graphics/Paint.java +++ b/graphics/java/android/graphics/Paint.java @@ -1611,7 +1611,7 @@ public class Paint { * Return the paint's Align value for drawing text. This controls how the * text is positioned relative to its origin. LEFT align means that all of * the text will be drawn to the right of its origin (i.e. the origin - * specifieds the LEFT edge of the text) and so on. + * specifies the LEFT edge of the text) and so on. * * @return the paint's Align value for drawing text. */ @@ -1623,7 +1623,7 @@ public class Paint { * Set the paint's text alignment. This controls how the * text is positioned relative to its origin. LEFT align means that all of * the text will be drawn to the right of its origin (i.e. the origin - * specifieds the LEFT edge of the text) and so on. + * specifies the LEFT edge of the text) and so on. * * @param align set the paint's Align value for drawing text. */ -- cgit v1.2.3-59-g8ed1b