src/java.desktop/share/classes/java/awt/dnd/peer/DropTargetPeer.java

Print this page

        

@@ -30,11 +30,11 @@
 /**
  * <p>
  * The DropTargetPeer class is the interface to the platform dependent
  * DnD facilities. Since the DnD system is based on the native platform's
  * facilities, a DropTargetPeer will be associated with a ComponentPeer
- * of the nearsest enclosing native Container (in the case of lightweights)
+ * of the nearest enclosing native Container (in the case of lightweights)
  * </p>
  *
  * @since 1.2
  *
  */