This patch (committed) fixes a few comment typos I spotted for
AbstractButton.java:
2006-05-08 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/AbstractButton.java: Fixed comment typos.
Regards,
Dave
Index: javax/swing/AbstractButton.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/AbstractButton.java,v
retrieving revision 1.57
diff -u -r1.57 AbstractButton.java
--- javax/swing/AbstractButton.java 4 May 2006 13:12:19 -0000 1.57
+++ javax/swing/AbstractButton.java 8 May 2006 08:55:58 -0000
@@ -1,5 +1,5 @@
/* AbstractButton.java -- Provides basic button functionality.
- Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -274,7 +274,7 @@
protected ChangeListener changeListener;
/**
- * The time in miliseconds in which clicks get coalesced into a single
+ * The time in milliseconds in which clicks get coalesced into a single
* <code>ActionEvent</code>.
*/
long multiClickThreshhold;
@@ -445,7 +445,7 @@
* [EMAIL PROTECTED] AccessibleState#FOCUSED}, [EMAIL PROTECTED]
AccessibleState#PRESSED} and
* [EMAIL PROTECTED] AccessibleState#CHECKED}.
*
- * @return the curren state of this accessible object
+ * @return the current state of this accessible object
*/
public AccessibleStateSet getAccessibleStateSet()
{
@@ -651,8 +651,8 @@
* Returns the minimum accessible value for the AccessibleAbstractButton,
* which is <code>0</code>.
*
- * @return the maxinimum accessible value for the AccessibleAbstractButton,
- * which is <code>1</code>
+ * @return the minimimum accessible value for the AccessibleAbstractButton,
+ * which is <code>0</code>
*/
public Number getMinimumAccessibleValue()
{