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:11:15 UTC

svn commit: r1399512 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java

Author: mrglavas
Date: Thu Oct 18 04:11:14 2012
New Revision: 1399512

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

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java?rev=1399512&r1=1399511&r2=1399512&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ParentNode.java Thu Oct 18 04:11:14 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