diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/share/classes/javax/swing/JFrame.java --- a/jdk/src/share/classes/javax/swing/JFrame.java Tue Oct 29 16:35:20 2013 +0400 +++ b/jdk/src/share/classes/javax/swing/JFrame.java Tue Oct 29 17:01:06 2013 +0400 @@ -506,7 +506,7 @@ * setLayout are forwarded to the contentPane. * * @return true if add and setLayout - * are fowarded; false otherwise + * are forwarded; false otherwise * * @see #addImpl * @see #setLayout @@ -674,7 +674,7 @@ * This method is called by the constructor. *

* Swing's painting architecture requires an opaque JComponent - * in the containment hiearchy. This is typically provided by the + * in the containment hierarchy. This is typically provided by the * content pane. If you replace the content pane it is recommended you * replace it with an opaque JComponent. *