From 5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Wed, 22 Feb 2012 11:05:55 -0800 Subject: fix bug 5911175 Change-Id: I528e7c30e81c85ec31a5abbd74e85cc364a8362f --- core/java/android/view/animation/Animation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java') diff --git a/core/java/android/view/animation/Animation.java b/core/java/android/view/animation/Animation.java index 0d57c9b..03a0700 100644 --- a/core/java/android/view/animation/Animation.java +++ b/core/java/android/view/animation/Animation.java @@ -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) { -- cgit v1.1