jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
--- a/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Thu Oct 30 07:31:41 2014 -0700
@@ -2397,7 +2397,7 @@
      * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top
      * of the group.
      * <p>
-     * Elements aligned to the baseline are resizable if they have have
+     * Elements aligned to the baseline are resizable if they have
      * a baseline resize behavior of {@code CONSTANT_ASCENT} or
      * {@code CONSTANT_DESCENT}. Elements with a baseline resize
      * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable.