--- old/src/share/classes/javax/swing/JTabbedPane.java 2013-09-27 16:03:00.469394939 +0400 +++ new/src/share/classes/javax/swing/JTabbedPane.java 2013-09-27 16:03:00.325396750 +0400 @@ -43,7 +43,7 @@ * A component that lets the user switch between a group of components by * clicking on a tab with a given title and/or icon. * For examples and information on using tabbed panes see - * How to Use Tabbed Panes, + * How to Use Tabbed Panes, * a section in The Java Tutorial. *

* Tabs/components are added to a TabbedPane object by using the