--- old/src/share/classes/javax/swing/border/Border.java 2013-09-25 23:23:31.262022895 +0400 +++ new/src/share/classes/javax/swing/border/Border.java 2013-09-25 23:23:31.130022891 +0400 @@ -33,7 +33,7 @@ * Interface describing an object capable of rendering a border * around the edges of a swing component. * For examples of using borders see - * How to Use Borders, + * How to Use Borders, * a section in The Java Tutorial. *

* In the Swing component set, borders supercede Insets as the