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 14:55:00 UTC

svn commit: r570094 - in /xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers: DocumentBuilder.java FactoryConfigurationError.java ParserConfigurationException.java SAXParser.java

Author: mrglavas
Date: Mon Aug 27 05:54:59 2007
New Revision: 570094

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

Modified:
    xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/DocumentBuilder.java
    xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryConfigurationError.java
    xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/ParserConfigurationException.java
    xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/SAXParser.java

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/DocumentBuilder.java
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/DocumentBuilder.java?rev=570094&r1=570093&r2=570094&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/DocumentBuilder.java (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/DocumentBuilder.java Mon Aug 27 05:54:59 2007
@@ -48,7 +48,7 @@
  * An implementation of <code>DocumentBuilder</code> is <em>NOT</em> 
  * guaranteed to behave as per the specification if it is used concurrently by 
  * two or more threads. It is recommended to have one instance of the
- * <code>DocumentBuilder</code> per thread or it is upto the application to 
+ * <code>DocumentBuilder</code> per thread or it is up to the application to 
  * make sure about the use of <code>DocumentBuilder</code> from more than one
  * thread.
  *

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryConfigurationError.java
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryConfigurationError.java?rev=570094&r1=570093&r2=570094&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryConfigurationError.java (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryConfigurationError.java Mon Aug 27 05:54:59 2007
@@ -33,7 +33,7 @@
 
     /**
      * Create a new <code>FactoryConfigurationError</code> with no
-     * detail mesage.
+     * detail message.
      */
 
      public FactoryConfigurationError() {

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/ParserConfigurationException.java
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/ParserConfigurationException.java?rev=570094&r1=570093&r2=570094&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/ParserConfigurationException.java (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/ParserConfigurationException.java Mon Aug 27 05:54:59 2007
@@ -28,7 +28,7 @@
 
     /**
      * Create a new <code>ParserConfigurationException</code> with no
-     * detail mesage.
+     * detail message.
      */
 
     public ParserConfigurationException() {

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/SAXParser.java
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/SAXParser.java?rev=570094&r1=570093&r2=570094&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/SAXParser.java (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/SAXParser.java Mon Aug 27 05:54:59 2007
@@ -52,13 +52,13 @@
  *
  * Implementors of this class which wrap an underlying implementation
  * can consider using the {@link org.xml.sax.helpers.ParserAdapter}
- * class to initially adapt their SAX1 impelemntation to work under
+ * class to initially adapt their SAX1 implementation to work under
  * this revised class.<p>
  *
  * An implementation of <code>SAXParser</code> is <em>NOT</em> 
  * guaranteed to behave as per the specification if it is used concurrently by 
  * two or more threads. It is recommended to have one instance of the
- * <code>SAXParser</code> per thread or it is upto the application to 
+ * <code>SAXParser</code> per thread or it is up to the application to 
  * make sure about the use of <code>SAXParser</code> from more than one
  * thread.
  *