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 2008/06/02 12:27:29 UTC

svn commit: r662385 - in /xmlgraphics/batik/trunk: CHANGES sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java

Author: cam
Date: Mon Jun  2 03:27:28 2008
New Revision: 662385

URL: http://svn.apache.org/viewvc?rev=662385&view=rev
Log:
Javadoc typo fixes (closes bug 45114).

Modified:
    xmlgraphics/batik/trunk/CHANGES
    xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=662385&r1=662384&r2=662385&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Mon Jun  2 03:27:28 2008
@@ -9,7 +9,7 @@
 
 1. Bugzilla problem reports fixed:
 
-    44590, 44966, 45112
+    44590, 44966, 45112, 45114
 
 2. New features
 

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java?rev=662385&r1=662384&r2=662385&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java Mon Jun  2 03:27:28 2008
@@ -627,9 +627,9 @@
      * implementation.  In this case you should use 'getSVGDocument()'
      * to get the actual DOM that is attached to the rendering interface.
      *
-     * Note that the prepartation for rendering and the rendering itself
+     * Note that the preparation for rendering and the rendering itself
      * occur asynchronously so you need to register event handlers
-     * if you want to know when the document is truely displayed.
+     * if you want to know when the document is truly displayed.
      *
      * Notes for documents that you want to change in Java:
      * From this point on you may only modify the
@@ -655,9 +655,9 @@
      * to get the actual DOM that is attached to the rendering
      * interface.
      *
-     * Note that the prepartation for rendering and the rendering itself
+     * Note that the preparation for rendering and the rendering itself
      * occur asynchronously so you need to register event handlers
-     * if you want to know when the document is truely displayed.
+     * if you want to know when the document is truly displayed.
      *
      * Notes for documents that you want to change in Java.
      * From this point on you may only modify the