From 82a7a4476aab19c7af11ffd4ec2b303587d603c4 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Thu, 31 Mar 2011 20:10:25 +0000 Subject: [PATCH] Speeling git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1134 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 2 +- src/main/java/com/threerings/geom/GeomUtil.java | 2 +- .../java/com/threerings/media/animation/ExplodeAnimation.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 98686dc6..1fa22db7 100644 --- a/build.xml +++ b/build.xml @@ -200,7 +200,7 @@ description="Cleans and rebuilds everything, including javadocs."/> + description="Compiles everything and builds distribution jar files."> diff --git a/src/main/java/com/threerings/geom/GeomUtil.java b/src/main/java/com/threerings/geom/GeomUtil.java index 2af4a123..6ab8970c 100644 --- a/src/main/java/com/threerings/geom/GeomUtil.java +++ b/src/main/java/com/threerings/geom/GeomUtil.java @@ -28,7 +28,7 @@ import java.awt.geom.Point2D; import static com.threerings.geom.Log.log; /** - * General geometry utilites. + * General geometry utilities. */ public class GeomUtil { diff --git a/src/main/java/com/threerings/media/animation/ExplodeAnimation.java b/src/main/java/com/threerings/media/animation/ExplodeAnimation.java index 1318273e..a889410c 100644 --- a/src/main/java/com/threerings/media/animation/ExplodeAnimation.java +++ b/src/main/java/com/threerings/media/animation/ExplodeAnimation.java @@ -171,7 +171,7 @@ public class ExplodeAnimation extends Animation } } - // figure out the distance the chunks have travelled + // figure out the distance the chunks have traveled long msecs = timestamp - _start; if (_info.delay != -1) {