am c43f3eb6: am 8b333467: Merge "fix trivial typo: s/meansure/measure"

* commit 'c43f3eb67bbf60af61b3cd18bc5b6a684c8744c6':
  fix trivial typo: s/meansure/measure
This commit is contained in:
Nick Kralevich
2014-07-05 17:05:58 +00:00
committed by Android Git Automerger

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