jdk/src/java.desktop/share/classes/java/awt/dnd/DragSource.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 30470 bd197b8eda21
--- a/jdk/src/java.desktop/share/classes/java/awt/dnd/DragSource.java	Tue Sep 16 14:58:27 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/dnd/DragSource.java	Wed Sep 17 16:14:12 2014 +0400
@@ -547,7 +547,7 @@
     /**
      * Adds the specified <code>DragSourceListener</code> to this
      * <code>DragSource</code> to receive drag source events during drag
-     * operations intiated with this <code>DragSource</code>.
+     * operations initiated with this <code>DragSource</code>.
      * If a <code>null</code> listener is specified, no action is taken and no
      * exception is thrown.
      *
@@ -607,7 +607,7 @@
     /**
      * Adds the specified <code>DragSourceMotionListener</code> to this
      * <code>DragSource</code> to receive drag motion events during drag
-     * operations intiated with this <code>DragSource</code>.
+     * operations initiated with this <code>DragSource</code>.
      * If a <code>null</code> listener is specified, no action is taken and no
      * exception is thrown.
      *