--- old/src/share/classes/javax/swing/border/Border.java Wed Jan 7 17:53:45 2015 +++ new/src/share/classes/javax/swing/border/Border.java Wed Jan 7 17:53:43 2015 @@ -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