diff options
-rw-r--r-- | graphics/java/android/graphics/PathMeasure.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/PathMeasure.java b/graphics/java/android/graphics/PathMeasure.java index e56716f..91b092a 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. * |