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: [email protected]
For additional commands, e-mail: [email protected]