jdk/src/java.desktop/share/classes/javax/swing/JSpinner.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30922 562d748c9187
--- a/jdk/src/java.desktop/share/classes/javax/swing/JSpinner.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/JSpinner.java	Thu Oct 30 07:31:41 2014 -0700
@@ -447,7 +447,7 @@
      * Sends a <code>ChangeEvent</code>, whose source is this
      * <code>JSpinner</code>, to each <code>ChangeListener</code>.
      * When a <code>ChangeListener</code> has been added
-     * to the spinner, this method method is called each time
+     * to the spinner, this method is called each time
      * a <code>ChangeEvent</code> is received from the model.
      *
      * @see #addChangeListener
@@ -1798,7 +1798,7 @@
                 Rectangle editorRect = at.getCharacterBounds(i);
                 if (editorRect != null &&
                     sameWindowAncestor(JSpinner.this, editor)) {
-                    // return rectangle in the the JSpinner bounds
+                    // return rectangle in the JSpinner bounds
                     return SwingUtilities.convertRectangle(editor,
                                                            editorRect,
                                                            JSpinner.this);