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 2007/08/27 16:10:55 UTC

svn commit: r570130 - /xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java

Author: mrglavas
Date: Mon Aug 27 07:10:55 2007
New Revision: 570130

URL: http://svn.apache.org/viewvc?rev=570130&view=rev
Log:
Fixing typos.

Modified:
    xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java

Modified: xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java?rev=570130&r1=570129&r2=570130&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/XMLAttributes.java Mon Aug 27 07:10:55 2007
@@ -25,7 +25,7 @@
  * <p>
  * The attributes are read-write so that subsequent stages in the document
  * pipeline can modify the values or change the attributes that are
- * propogated to the next stage.
+ * propagated to the next stage.
  *
  * @see XMLDocumentHandler#startElement
  *
@@ -208,7 +208,7 @@
      * <p>
      * If the parser has not read a declaration for the attribute,
      * or if the parser does not report attribute types, then it must
-     * return the value "CDATA" as stated in the XML 1.0 Recommentation
+     * return the value "CDATA" as stated in the XML 1.0 Recommendation
      * (clause 3.3.3, "Attribute-Value Normalization").
      * <p>
      * For an enumerated attribute that is not a notation, the



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