--- a/jdk/src/share/classes/java/awt/Dialog.java Thu Sep 26 10:48:56 2013 +0200
+++ b/jdk/src/share/classes/java/awt/Dialog.java Thu Sep 26 16:10:36 2013 +0400
@@ -61,7 +61,7 @@
* <p>
* The default layout for a dialog is <code>BorderLayout</code>.
* <p>
- * A dialog may have its native decorations (i.e. Frame & Titlebar) turned off
+ * A dialog may have its native decorations (i.e. Frame & Titlebar) turned off
* with <code>setUndecorated</code>. This can only be done while the dialog
* is not {@link Component#isDisplayable() displayable}.
* <p>