--- old/src/java.desktop/share/classes/java/awt/dnd/peer/DropTargetPeer.java 2014-09-10 15:12:54.201134900 +0400 +++ new/src/java.desktop/share/classes/java/awt/dnd/peer/DropTargetPeer.java 2014-09-10 15:12:53.865921800 +0400 @@ -32,7 +32,7 @@ * 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) *

* * @since 1.2