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/13 09:40:34 UTC

svn commit: r575200 - /xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java

Author: cam
Date: Thu Sep 13 00:40:30 2007
New Revision: 575200

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

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java?rev=575200&r1=575199&r2=575200&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/parser/ClockHandler.java Thu Sep 13 00:40:30 2007
@@ -29,7 +29,7 @@
 public interface ClockHandler {
 
     /**
-     * Invoked when an clock value is parsed.
+     * Invoked when a clock value is parsed.
      */
     void clockValue(float clockValue);
 }