Merge "fix trivial typo: s/meansure/measure"

This commit is contained in:
Nick Kralevich
2014-07-05 16:53:17 +00:00
committed by Gerrit Code Review

View 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.
*