From c60e694633bd020605ada446b57f197c35e723cd Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 24 Feb 2010 01:30:40 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@891 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/media/animation/ScaleAnimation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/animation/ScaleAnimation.java b/src/java/com/threerings/media/animation/ScaleAnimation.java index 195ae38a..3f8fca04 100644 --- a/src/java/com/threerings/media/animation/ScaleAnimation.java +++ b/src/java/com/threerings/media/animation/ScaleAnimation.java @@ -77,7 +77,7 @@ public class ScaleAnimation extends Animation * trick it with this function. * * Oh, and this function computes how big the bounding box needs to be to bound the inputted - * image scaled to the inputted size centered around the inputted center poitn. + * image scaled to the inputted size centered around the inputted center point. */ public static Rectangle getBounds (float scale, Point center, Mirage image) {