summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Robert Ly <robertly@google.com> 2012-02-28 15:42:32 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-02-28 15:42:32 -0800
commit61a9a83ac09246f815806fa4f64cc65a7e876f96 (patch)
tree77d05687bb366aada5692bb4460264c3434d9a84
parent11f343c6b1b6a420c0a375edbb7c35d2fdb32482 (diff)
parent40226da7aeb705fb823517f74739bf2f25fa86f3 (diff)
am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1
* commit '40226da7aeb705fb823517f74739bf2f25fa86f3': fix bug 5911175
-rw-r--r--core/java/android/view/animation/Animation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/animation/Animation.java b/core/java/android/view/animation/Animation.java
index 0d57c9bd6a4b..03a07001052d 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) {