aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Soliman2012-02-02 18:10:08 -0600
committerTarek Soliman2012-02-02 18:10:08 -0600
commit718e106a310cf1cc4aaf99ff61ef74f7c415aa27 (patch)
tree4f69438ac931ab1cc4047ad3ab5c0e92a9f672bb
parent7e9b0114d8edd4de3869b259d2ce7a358285453d (diff)
downloadscummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.tar.gz
scummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.tar.bz2
scummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.zip
COMMON: Fix comment typo
-rw-r--r--common/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h
index f5ace7481b..673ccb6d10 100644
--- a/common/events.h
+++ b/common/events.h
@@ -175,7 +175,7 @@ public:
*
* An observer is supposed to eat the event, with returning true, when
* it wants to prevent other observers from receiving the event.
- * An usage example here is the keymapper:
+ * A usage example here is the keymapper:
* If it processes an Event, it should 'eat' it and create a new
* event, which the EventDispatcher will then catch.
*