From 411873953e63c29e9ce9d98f93a97a5d6dd9f82b Mon Sep 17 00:00:00 2001 From: SeongJae Park Date: Tue, 1 Apr 2014 05:14:16 +0900 Subject: [PATCH] fix trivial typo: s/meansure/measure Change-Id: I6d879a03f23fc9ad69b1d676bf7a0a08c1124524 Signed-off-by: SeongJae Park --- graphics/java/android/graphics/PathMeasure.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/java/android/graphics/PathMeasure.java b/graphics/java/android/graphics/PathMeasure.java index e56716f543e6..91b092a75e5b 100644 --- a/graphics/java/android/graphics/PathMeasure.java +++ b/graphics/java/android/graphics/PathMeasure.java @@ -35,7 +35,7 @@ public class PathMeasure { /** * Create a PathMeasure object associated with the specified path object - * (already created and specified). The meansure object can now return the + * (already created and specified). The measure object can now return the * path's length, and the position and tangent of any position along the * path. * -- 2.11.0