Skip to content

Commit edfc6a0

Browse files
Robert LyAndroid Git Automerger
authored andcommitted
am f4994b3: Merge "fix bug 5911175" into ics-mr1
* commit 'f4994b3eb03e1e772d7d46e8b6dcfc88593db792': fix bug 5911175
2 parents a2e0e3b + f4994b3 commit edfc6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/animation/Animation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public boolean hasEnded() {
913913
*
914914
* @param interpolatedTime The value of the normalized time (0.0 to 1.0)
915915
* after it has been run through the interpolation function.
916-
* @param t The Transofrmation object to fill in with the current
916+
* @param t The Transformation object to fill in with the current
917917
* transforms.
918918
*/
919919
protected void applyTransformation(float interpolatedTime, Transformation t) {

0 commit comments

Comments
 (0)