jdk/src/share/classes/java/awt/AWTEventMulticaster.java
changeset 21278 ef8a3a2a72f2
parent 11270 d7b0b63bd082
child 22282 cf7ce8b79a25
--- a/jdk/src/share/classes/java/awt/AWTEventMulticaster.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/AWTEventMulticaster.java	Tue Oct 29 17:01:06 2013 +0400
@@ -998,7 +998,7 @@
      * If a <code>null</code> listener is specified, this method returns an
      * empty array. If the specified listener is not an instance of
      * <code>AWTEventMulticaster</code>, this method returns an array which
-     * contains only the specified listener. If no such listeners are chanined,
+     * contains only the specified listener. If no such listeners are chained,
      * this method returns an empty array.
      *
      * @param l the specified <code>java.util.EventListener</code>