You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2012/10/18 06:10:42 UTC

svn commit: r1399511 - /xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java

Author: mrglavas
Date: Thu Oct 18 04:10:42 2012
New Revision: 1399511

URL: http://svn.apache.org/viewvc?rev=1399511&view=rev
Log:
Fixing a typo in a comment.

Modified:
    xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java

Modified: xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java?rev=1399511&r1=1399510&r2=1399511&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/dom/ParentNode.java Thu Oct 18 04:10:42 2012
@@ -992,7 +992,7 @@ public abstract class ParentNode
     /** Serialize object. */
     private void writeObject(ObjectOutputStream out) throws IOException {
 
-        // synchronize chilren
+        // synchronize children
         if (needsSyncChildren()) {
             synchronizeChildren();
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org