OSDN Git Service

fix trivial typo: s/meansure/measure
authorSeongJae Park <sj38.park@gmail.com>
Mon, 31 Mar 2014 20:14:16 +0000 (05:14 +0900)
committerSeongJae Park <sj38.park@gmail.com>
Mon, 31 Mar 2014 20:14:16 +0000 (05:14 +0900)
Change-Id: I6d879a03f23fc9ad69b1d676bf7a0a08c1124524
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
graphics/java/android/graphics/PathMeasure.java

index e56716f..91b092a 100644 (file)
@@ -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.
      *