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:08:46 UTC

svn commit: r569987 - in /xml/commons/trunk/java/external/src/javax/xml/datatype: DatatypeConfigurationException.java DatatypeFactory.java

Author: mrglavas
Date: Sun Aug 26 21:08:46 2007
New Revision: 569987

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

Modified:
    xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeConfigurationException.java
    xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java

Modified: xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeConfigurationException.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeConfigurationException.java?rev=569987&r1=569986&r2=569987&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeConfigurationException.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeConfigurationException.java Sun Aug 26 21:08:46 2007
@@ -46,7 +46,7 @@
 
     /**
      * <p>Create a new <code>DatatypeConfigurationException</code> with
-     * no specified detail mesage and cause.</p>
+     * no specified detail message and cause.</p>
      */
     
     public DatatypeConfigurationException() {

Modified: xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java?rev=569987&r1=569986&r2=569987&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java Sun Aug 26 21:08:46 2007
@@ -72,7 +72,7 @@
     public static final String DATATYPEFACTORY_IMPLEMENTATION_CLASS = "org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl";
 
     /**
-     * <p>Protected constructor to prevent instaniation outside of package.</p>
+     * <p>Protected constructor to prevent instantiation outside of package.</p>
      * 
      * <p>Use {@link #newInstance()} to create a <code>DatatypeFactory</code>.</p>
      */
@@ -117,7 +117,7 @@
      * These components are ordered in their significance by their order of appearance i.e. as
      * year, month, day, hour, minute, and second. 
      * </blockquote>
-     * <p>All six values are set and availabe from the created {@link Duration}</p>
+     * <p>All six values are set and available from the created {@link Duration}</p>
      * 
      * <p>The XML Schema specification states that values can be of an arbitrary size.
      * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values.
@@ -147,7 +147,7 @@
      * year, month, day, hour, minute, and second. 
      * </blockquote>
      * <p>All six values are set by computing their values from the specified milliseconds
-     * and are availabe using the <code>get</code> methods of  the created {@link Duration}.
+     * and are available using the <code>get</code> methods of  the created {@link Duration}.
      * The values conform to and are defined by:</p>
      * <ul>
      *   <li>ISO 8601:2000(E) Section 5.5.3.2 Alternative format</li>
@@ -280,7 +280,7 @@
      * whose lexical representation contains only day, hour, minute, and second components.
      * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
      * 
-     * <p>All four values are set and availabe from the created {@link Duration}</p>
+     * <p>All four values are set and available from the created {@link Duration}</p>
      * 
      * <p>The XML Schema specification states that values can be of an arbitrary size.
      * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values.
@@ -310,7 +310,7 @@
      * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
      * 
      * <p>All four values are set by computing their values from the specified milliseconds
-     * and are availabe using the <code>get</code> methods of  the created {@link Duration}.
+     * and are available using the <code>get</code> methods of  the created {@link Duration}.
      * The values conform to and are defined by:</p>
      * <ul>
      *   <li>ISO 8601:2000(E) Section 5.5.3.2 Alternative format</li>
@@ -439,7 +439,7 @@
      * whose lexical representation contains only year and month components.
      * This datatype resides in the namespace {@link javax.xml.XMLConstants#W3C_XPATH_DATATYPE_NS_URI}.</p>
      * 
-     * <p>Both values are set and availabe from the created {@link Duration}</p>
+     * <p>Both values are set and available from the created {@link Duration}</p>
      * 
      * <p>The XML Schema specification states that values can be of an arbitrary size.
      * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values.
@@ -469,7 +469,7 @@
      * This datatype resides in the namespace {@link javax.xml.XMLConstants#W3C_XPATH_DATATYPE_NS_URI}.</p>
      * 
      * <p>Both values are set by computing their values from the specified milliseconds
-     * and are availabe using the <code>get</code> methods of  the created {@link Duration}.
+     * and are available using the <code>get</code> methods of  the created {@link Duration}.
      * The values conform to and are defined by:</p>
      * <ul>
      *   <li>ISO 8601:2000(E) Section 5.5.3.2 Alternative format</li>