src/java.desktop/share/classes/java/awt/dnd/DropTargetListener.java

Print this page

        

@@ -115,11 +115,11 @@
      * This method is responsible for undertaking
      * the transfer of the data associated with the
      * gesture. The <code>DropTargetDropEvent</code>
      * provides a means to obtain a <code>Transferable</code>
      * object that represents the data object(s) to
-     * be transfered.<P>
+     * be transferred.<P>
      * From this method, the <code>DropTargetListener</code>
      * shall accept or reject the drop via the
      * acceptDrop(int dropAction) or rejectDrop() methods of the
      * <code>DropTargetDropEvent</code> parameter.
      * <P>