6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
authoralexsch
Mon, 07 Apr 2014 18:01:52 +0400
changeset 24164 1d505466ea3f
parent 24163 d56df89854c4
child 24165 fb4f67872b27
6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour Reviewed-by: serb, pchelko
jdk/src/share/classes/javax/swing/plaf/ComponentUI.java
--- a/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java	Mon Apr 07 15:34:27 2014 +0400
+++ b/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java	Mon Apr 07 18:01:52 2014 +0400
@@ -297,7 +297,7 @@
     }
 
     /**
-     * Returns an enum indicating how the baseline of he component
+     * Returns an enum indicating how the baseline of the component
      * changes as the size changes.  This method is primarily meant for
      * layout managers and GUI builders.
      * <p>