jdk/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java
changeset 21278 ef8a3a2a72f2
parent 16708 9e61dfbd1d9d
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java	Tue Oct 29 17:01:06 2013 +0400
@@ -29,7 +29,7 @@
  * This exception is thrown by various methods in the java.awt.dnd package.
  * It is usually thrown to indicate that the target in question is unable
  * to undertake the requested operation that the present time, since the
- * undrelying DnD system is not in the appropriate state.
+ * underlying DnD system is not in the appropriate state.
  *
  * @since 1.2
  */