diff options
author | Tarek Soliman | 2012-02-02 18:10:08 -0600 |
---|---|---|
committer | Tarek Soliman | 2012-02-02 18:10:08 -0600 |
commit | 718e106a310cf1cc4aaf99ff61ef74f7c415aa27 (patch) | |
tree | 4f69438ac931ab1cc4047ad3ab5c0e92a9f672bb /common/events.h | |
parent | 7e9b0114d8edd4de3869b259d2ce7a358285453d (diff) | |
download | scummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.tar.gz scummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.tar.bz2 scummvm-rg350-718e106a310cf1cc4aaf99ff61ef74f7c415aa27.zip |
COMMON: Fix comment typo
Diffstat (limited to 'common/events.h')
-rw-r--r-- | common/events.h | 2 |
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. * |