--- old/src/share/classes/javax/swing/ButtonGroup.java 2013-09-25 23:23:08.106022091 +0400 +++ new/src/share/classes/javax/swing/ButtonGroup.java 2013-09-25 23:23:07.914022084 +0400 @@ -51,7 +51,7 @@ * Initially, all buttons in the group are unselected. *

* For examples and further information on using button groups see - * How to Use Radio Buttons, + * How to Use Radio Buttons, * a section in The Java Tutorial. *

* Warning: