jdk/src/solaris/classes/sun/awt/X11/XChoicePeer.java
changeset 21278 ef8a3a2a72f2
parent 21267 fe3928f5591f
--- a/jdk/src/solaris/classes/sun/awt/X11/XChoicePeer.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/solaris/classes/sun/awt/X11/XChoicePeer.java	Tue Oct 29 17:01:06 2013 +0400
@@ -87,7 +87,7 @@
     private boolean firstPress = false;      // mouse was pressed on
                                              // furled Choice so we
                                              // not need to furl the
-                                             // Choice when MOUSE_RELEASED occured
+                                             // Choice when MOUSE_RELEASED occurred
 
     // 6425067. Mouse was pressed on furled choice and dropdown list appeared over Choice itself
     // and then there were no mouse movements until MOUSE_RELEASE.