classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: fixed typo in MouseWheelEvent API docs


From: David Gilbert
Subject: [cp-patches] FYI: fixed typo in MouseWheelEvent API docs
Date: Fri, 29 Jul 2005 17:55:07 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

From the fix-em-when-you-see-em department:

2005-07-29  David Gilbert  <address@hidden>

        * java/awt/event/MouseWheelEvent.java: fixed typo in API docs.

Regards,

Dave Gilbert

Index: java/awt/event/MouseWheelEvent.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/event/MouseWheelEvent.java,v
retrieving revision 1.5
diff -u -r1.5 MouseWheelEvent.java
--- java/awt/event/MouseWheelEvent.java 2 Jul 2005 20:32:28 -0000       1.5
+++ java/awt/event/MouseWheelEvent.java 29 Jul 2005 16:47:18 -0000
@@ -49,7 +49,7 @@
 /**
  * This event is generated for a mouse wheel rotation. The wheel (the middle
  * mouse button on most modern mice) can be rotated towards or away from the
- * user, and is ofteh used for scrolling.
+ * user, and is often used for scrolling.
  *
  * <p>Because of the special use for scrolling components, MouseWheelEvents
  * often affect a different component than the one located at the point of

reply via email to

[Prev in Thread] Current Thread [Next in Thread]