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:21:52 UTC

svn commit: r570138 - /xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java

Author: mrglavas
Date: Mon Aug 27 07:21:51 2007
New Revision: 570138

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

Modified:
    xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java

Modified: xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java?rev=570138&r1=570137&r2=570138&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/XMLCatalogResolver.java Mon Aug 27 07:21:51 2007
@@ -155,7 +155,7 @@
     /**
      * <p>Returns the preference for whether system or public
      * matches are preferred. This is used in the absence
-     * of any occurence of the <code>prefer</code> attribute
+     * of any occurrence of the <code>prefer</code> attribute
      * on the <code>catalog</code> entry of a catalog. If this
      * property has not yet been explicitly set its value is
      * <code>true</code>.</p>
@@ -169,7 +169,7 @@
     /**
      * <p>Sets the preference for whether system or public
      * matches are preferred. This is used in the absence
-     * of any occurence of the <code>prefer</code> attribute
+     * of any occurrence of the <code>prefer</code> attribute
      * on the <code>catalog</code> entry of a catalog.</p>
      * 
      * @param preferPublic the prefer public setting
@@ -186,7 +186,7 @@
      * identifier are available. If this property has not yet 
      * been explicitly set its value is <code>true</code>.</p>
      * 
-     * @return the preference for using literal system identifers
+     * @return the preference for using literal system identifiers
      * for catalog resolution
      * 
      * @see #setUseLiteralSystemId
@@ -213,7 +213,7 @@
      * identifier against a base URI.</p>
      * 
      * @param useLiteralSystemId the preference for using 
-     * literal system identifers for catalog resolution
+     * literal system identifiers for catalog resolution
      */
     public final void setUseLiteralSystemId (boolean useLiteralSystemId) {
         fUseLiteralSystemId = useLiteralSystemId;
@@ -224,7 +224,7 @@
      * resolved, this method should return <code>null</code>. This
      * method returns an input source if an entry was found in the
      * catalog for the given external identifier. It should be
-     * overrided if other behaviour is required.</p>
+     * overridden if other behaviour is required.</p>
      * 
      * @param publicId the public identifier, or <code>null</code> if none was supplied
      * @param systemId the system identifier
@@ -256,7 +256,7 @@
       * resolved, this method should return <code>null</code>. This
       * method returns an input source if an entry was found in the
       * catalog for the given external identifier. It should be
-      * overrided if other behaviour is required.</p>
+      * overridden if other behaviour is required.</p>
       * 
       * @param name the identifier of the external entity 
       * @param publicId the public identifier, or <code>null</code> if none was supplied
@@ -380,7 +380,7 @@
      * resolved, this method should return <code>null</code>. This
      * method only calls <code>resolveIdentifier</code> and returns
      * an input source if an entry was found in the catalog. It
-     * should be overrided if other behaviour is required.</p>
+     * should be overridden if other behaviour is required.</p>
      *
      * @param resourceIdentifier location of the XML resource to resolve
      *



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