src/java.desktop/share/classes/java/awt/MenuShortcut.java

Print this page

        

@@ -74,11 +74,11 @@
      * @since 1.1
      */
     int key;
 
     /**
-     * Indicates whether the shft key was pressed.
+     * Indicates whether the shift key was pressed.
      * If true, the shift key was pressed.
      * If false, the shift key was not pressed
      *
      * @serial
      * @see #usesShiftModifier()