# HG changeset patch # User alexsch # Date 1396879312 -14400 # Node ID 1d505466ea3f79707cf8a2e45145613b5d9cc397 # Parent d56df89854c4910d1ad1712afe8b471543a9e57d 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour Reviewed-by: serb, pchelko diff -r d56df89854c4 -r 1d505466ea3f 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. *