--- old/src/share/classes/java/awt/Dialog.java 2013-09-23 12:23:16.457169232 +0400 +++ new/src/share/classes/java/awt/Dialog.java 2013-09-23 12:23:16.345169233 +0400 @@ -61,7 +61,7 @@ *

* The default layout for a dialog is BorderLayout. *

- * 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 setUndecorated. This can only be done while the dialog * is not {@link Component#isDisplayable() displayable}. *