--- old/src/share/classes/javax/swing/JLayeredPane.java 2013-09-25 23:23:15.762022357 +0400 +++ new/src/share/classes/javax/swing/JLayeredPane.java 2013-09-25 23:23:15.610022352 +0400 @@ -41,7 +41,7 @@ * container, where higher-numbered components sit "on top" of other * components. * For task-oriented documentation and examples of using layered panes see - * How to Use a Layered Pane, + * How to Use a Layered Pane, * a section in The Java Tutorial. *

*