jaxp/src/javax/xml/transform/ErrorListener.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25262 1fe892ba017a
--- a/jaxp/src/javax/xml/transform/ErrorListener.java	Wed Jul 05 19:44:08 2017 +0200
+++ b/jaxp/src/javax/xml/transform/ErrorListener.java	Wed Jun 11 09:26:03 2014 -0700
@@ -28,7 +28,7 @@
 /**
  * <p>To provide customized error handling, implement this interface and
  * use the <code>setErrorListener</code> 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
  * <code>Transformer</code> then reports all errors and warnings through this
  * interface.</p>
  *