You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2007/08/27 06:12:00 UTC

svn commit: r569991 - /xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java

Author: mrglavas
Date: Sun Aug 26 21:12:00 2007
New Revision: 569991

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

Modified:
    xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java

Modified: xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java?rev=569991&r1=569990&r2=569991&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/XMLConstants.java Sun Aug 26 21:12:00 2007
@@ -179,8 +179,8 @@
 	 *     This may set limits on XML constructs to avoid conditions such as denial of service attacks.
 	 *   </li>
 	 *   <li>
-	 *     <code>false</code> instructs the implementation to process XML acording the letter of the XML specifications
-	 *     ingoring security issues such as limits on XML constructs to avoid conditions such as denial of service attacks.
+	 *     <code>false</code> instructs the implementation to process XML according to the letter of the XML specifications
+	 *     ignoring security issues such as limits on XML constructs to avoid conditions such as denial of service attacks.
 	 *   </li>
 	 * </ul>
 	 */