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

svn commit: r570097 - /xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java

Author: mrglavas
Date: Mon Aug 27 05:57:52 2007
New Revision: 570097

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

Modified:
    xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java?rev=570097&r1=570096&r2=570097&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/javax/xml/parsers/FactoryFinder.java Mon Aug 27 05:57:52 2007
@@ -76,9 +76,9 @@
      * Main entry point.  Finds and creates a new instance of a concrete
      * factory implementation in the specified order as stated in the JAXP
      * spec.  This code attempts to find a factory implementation in
-     * serveral locations.  If one fails, the next one is tried.  To be
+     * several locations.  If one fails, the next one is tried.  To be
      * more robust, this occurs even if a SecurityException is thrown, but
-     * perhaps it may be better to propogate the SecurityException instead,
+     * perhaps it may be better to propagate the SecurityException instead,
      * so SecurityException-s are not masked.
      *
      * @return A new instance of the concrete factory class, never null