am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1

* commit '40226da7aeb705fb823517f74739bf2f25fa86f3':
  fix bug 5911175
This commit is contained in:
Robert Ly
2012-02-28 15:42:32 -08:00
committed by Android Git Automerger

View File

@@ -913,7 +913,7 @@ public abstract class Animation implements Cloneable {
*
* @param interpolatedTime The value of the normalized time (0.0 to 1.0)
* after it has been run through the interpolation function.
* @param t The Transofrmation object to fill in with the current
* @param t The Transformation object to fill in with the current
* transforms.
*/
protected void applyTransformation(float interpolatedTime, Transformation t) {