src/javax/xml/parsers/FactoryConfigurationError.java

Print this page

        

@@ -43,11 +43,11 @@
      */
     private Exception exception;
 
     /**
      * Create a new <code>FactoryConfigurationError</code> with no
-     * detail mesage.
+     * detail message.
      */
 
     public FactoryConfigurationError() {
         super();
         this.exception = null;