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 15:28:25 UTC

svn commit: r570104 - /xml/commons/trunk/java/external/src/javax/xml/validation/package.html

Author: mrglavas
Date: Mon Aug 27 06:28:24 2007
New Revision: 570104

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

Modified:
    xml/commons/trunk/java/external/src/javax/xml/validation/package.html

Modified: xml/commons/trunk/java/external/src/javax/xml/validation/package.html
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/validation/package.html?rev=570104&r1=570103&r2=570104&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/validation/package.html (original)
+++ xml/commons/trunk/java/external/src/javax/xml/validation/package.html Mon Aug 27 06:28:24 2007
@@ -38,7 +38,7 @@
 		    The JAXP validation API decouples the validation of an instance document from the parsing of an
 		    XML document. This is advantageous for several reasons, some of which are:
 		    <ul>
-		        <li><strong>Support for additional schema langauges.</strong> As of JDK 1.5, the two most
+		        <li><strong>Support for additional schema languages.</strong> As of JDK 1.5, the two most
 		        popular JAXP parser implementations, Crimson and Xerces, only support a subset of the available
 		        XML schema languages. The Validation API provides a standard mechanism through which applications
 		        may take of advantage of specialization validation libraries which support additional schema