summaryrefslogtreecommitdiff
path: root/src/events/actionevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/actionevent.h')
-rw-r--r--src/events/actionevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/actionevent.h b/src/events/actionevent.h
index df49d6325..3639e6294 100644
--- a/src/events/actionevent.h
+++ b/src/events/actionevent.h
@@ -84,7 +84,7 @@ class Widget;
* Any object can listen for actions from widgets by implementing
* the ActionListener interface.
*
- * If you have implement a widget of your own it's a good idea to
+ * If you have implement a widget of your own it's a good idea to
* let the widget fire action events whenever you feel an action
* has occured so action listeners of the widget can be informed
* of the state of the widget.