--- a/jdk/src/share/classes/java/awt/Dialog.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/Dialog.java Tue Oct 29 17:01:06 2013 +0400
@@ -338,7 +338,7 @@
*
* @param owner the owner of the dialog or <code>null</code> if
* this dialog has no owner
- * @param modal specifes whether dialog blocks user input to other top-level
+ * @param modal specifies whether dialog blocks user input to other top-level
* windows when shown. If <code>false</code>, the dialog is <code>MODELESS</code>;
* if <code>true</code>, the modality type property is set to
* <code>DEFAULT_MODALITY_TYPE</code>
@@ -387,7 +387,7 @@
* this dialog has no owner
* @param title the title of the dialog or <code>null</code> if this dialog
* has no title
- * @param modal specifes whether dialog blocks user input to other top-level
+ * @param modal specifies whether dialog blocks user input to other top-level
* windows when shown. If <code>false</code>, the dialog is <code>MODELESS</code>;
* if <code>true</code>, the modality type property is set to
* <code>DEFAULT_MODALITY_TYPE</code>
@@ -416,7 +416,7 @@
* has no owner
* @param title the title of the dialog or <code>null</code> if this dialog
* has no title
- * @param modal specifes whether dialog blocks user input to other top-level
+ * @param modal specifies whether dialog blocks user input to other top-level
* windows when shown. If <code>false</code>, the dialog is <code>MODELESS</code>;
* if <code>true</code>, the modality type property is set to
* <code>DEFAULT_MODALITY_TYPE</code>
@@ -488,7 +488,7 @@
* dialog has no owner
* @param title the title of the dialog or <code>null</code> if this
* dialog has no title
- * @param modal specifes whether dialog blocks user input to other top-level
+ * @param modal specifies whether dialog blocks user input to other top-level
* windows when shown. If <code>false</code>, the dialog is <code>MODELESS</code>;
* if <code>true</code>, the modality type property is set to
* <code>DEFAULT_MODALITY_TYPE</code>
@@ -519,7 +519,7 @@
* dialog has no owner
* @param title the title of the dialog or <code>null</code> if this
* dialog has no title
- * @param modal specifes whether dialog blocks user input to other top-level
+ * @param modal specifies whether dialog blocks user input to other top-level
* windows when shown. If <code>false</code>, the dialog is <code>MODELESS</code>;
* if <code>true</code>, the modality type property is set to
* <code>DEFAULT_MODALITY_TYPE</code>
@@ -764,7 +764,7 @@
/**
* Indicates whether the dialog is modal.
* <p>
- * This method is obsolete and is kept for backwards compatiblity only.
+ * This method is obsolete and is kept for backwards compatibility only.
* Use {@link #getModalityType getModalityType()} instead.
*
* @return <code>true</code> if this dialog window is modal;