From bc8d00517954de987cdef70752b56457aa486db6 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Tue, 4 Dec 2007 18:58:02 +0000 Subject: [PATCH] My past as a filthy foreigner haunts me. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@361 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/path/HermiteFunc.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/flash/path/HermiteFunc.as b/src/as/com/threerings/flash/path/HermiteFunc.as index e4dcd988..fd05c700 100644 --- a/src/as/com/threerings/flash/path/HermiteFunc.as +++ b/src/as/com/threerings/flash/path/HermiteFunc.as @@ -53,7 +53,7 @@ public class HermiteFunc extends InterpFunc } } - /** Get the derivate of this function at a point. */ + /** Get the derivative of this function at a point. */ public function getSlope (t :Number) :int { if (t >= 1 || t < 0) { // cope with a funny startOffset