You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/09/27 02:07:55 UTC

svn commit: r579854 - /xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java

Author: cam
Date: Wed Sep 26 17:07:53 2007
New Revision: 579854

URL: http://svn.apache.org/viewvc?rev=579854&view=rev
Log:
Typo.

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java?rev=579854&r1=579853&r2=579854&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/bridge/SVGAnimationEngine.java Wed Sep 26 17:07:53 2007
@@ -785,7 +785,7 @@
 
         /**
          * A weak reference to the SVGAnimationEngine this AnimationTickRunnable
-         * is for.  We makes this a WeakReference so that a ticking animation
+         * is for.  We make this a WeakReference so that a ticking animation
          * engine does not prevent from being GCed.
          */
         protected WeakReference engRef;