--- a/jdk/src/share/classes/java/awt/dnd/DropTarget.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/dnd/DropTarget.java Tue Oct 29 17:01:06 2013 +0400
@@ -612,7 +612,7 @@
dropTargetContext =
(DropTargetContext)f.get("dropTargetContext", null);
} catch (IllegalArgumentException e) {
- // Pre-1.4 support. 'dropTargetContext' was previoulsy transient
+ // Pre-1.4 support. 'dropTargetContext' was previously transient
}
if (dropTargetContext == null) {
dropTargetContext = createDropTargetContext();
@@ -789,7 +789,7 @@
}
/**
- * update autoscrolling with current cursor locn
+ * update autoscrolling with current cursor location
* <P>
* @param dragCursorLocn the <code>Point</code>
*/