aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-12-29 20:41:09 +0000
committerJohannes Schickel2009-12-29 20:41:09 +0000
commitbca313c6fc85d54dd6a7d969a4b82e55bf863f4b (patch)
tree934354fe64987ea9452e604c1eb04357c5f561c2 /common/events.h
parentc453790efc9f0850f66b6d5a60dc4de2a523c5c7 (diff)
downloadscummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.tar.gz
scummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.tar.bz2
scummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.zip
Typo.
svn-id: r46717
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/events.h b/common/events.h
index 34769729ea..24c9a23728 100644
--- a/common/events.h
+++ b/common/events.h
@@ -198,9 +198,9 @@ public:
virtual ~EventObserver() {}
/**
- * Notifies the source of an incoming event.
+ * Notifies the observer of an incoming event.
*
- * An obeser is supposed to eat the event, with returning true, when
+ * An observer is supposed to eat the event, with returning true, when
* it might want prevent other observers from preventing to receive
* the event. An usage example here is the keymapper:
* If it processes an Event, it should 'eat' it and create a new