src/javax/xml/transform/TransformerConfigurationException.java

Print this page

        

@@ -30,11 +30,11 @@
  */
 public class TransformerConfigurationException extends TransformerException {
 
     /**
      * Create a new <code>TransformerConfigurationException</code> with no
-     * detail mesage.
+     * detail message.
      */
     public TransformerConfigurationException() {
         super("Configuration Error");
     }