--- old/src/javax/xml/transform/ErrorListener.java Tue Jun 10 19:54:03 2014 +++ new/src/javax/xml/transform/ErrorListener.java Tue Jun 10 19:54:02 2014 @@ -28,7 +28,7 @@ /** *

To provide customized error handling, implement this interface and * use the setErrorListener method to register an instance of the - * implmentation with the {@link javax.xml.transform.Transformer}. The + * implementation with the {@link javax.xml.transform.Transformer}. The * Transformer then reports all errors and warnings through this * interface.

*