svn commit: r13584 - trunk/src_new/org/argouml/ui/ActionUndo.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-09-24 18:05:06-0700
New Revision: 13584
Modified:
trunk/src_new/org/argouml/ui/ActionUndo.java
Log:
Comment typo
Modified: trunk/src_new/org/argouml/ui/ActionUndo.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/ActionUndo.java?view=diff&rev=13584&p1=trunk/src_new/org/argouml/ui/ActionUndo.java&p2=trunk/src_new/org/argouml/ui/ActionUndo.java&r1=13583&r2=13584
==============================================================================
--- trunk/src_new/org/argouml/ui/ActionUndo.java (original)
+++ trunk/src_new/org/argouml/ui/ActionUndo.java 2007-09-24 18:05:06-0700
@@ -52,7 +52,7 @@
/**
* Construct the undo action with a display name and icon.
* @param name the name for this action
- * @param icon the icon to diaply for this action
+ * @param icon the icon to display for this action
*/
public ActionUndo(String name, Icon icon) {
super(name, icon);