< prev index next >

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

Print this page

        

@@ -122,11 +122,11 @@
      * @see #setLabel(String)
      */
     String label;
 
     /**
-     * This field indicates the command tha has been issued
+     * This field indicates the command that has been issued
      * by a  particular menu item.
      * By default the <code>actionCommand</code>
      * is the label of the menu item, unless it has been
      * set using setActionCommand.
      *
< prev index next >