diff options
| author | Johannes Schickel | 2009-12-29 20:41:09 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2009-12-29 20:41:09 +0000 |
| commit | bca313c6fc85d54dd6a7d969a4b82e55bf863f4b (patch) | |
| tree | 934354fe64987ea9452e604c1eb04357c5f561c2 | |
| parent | c453790efc9f0850f66b6d5a60dc4de2a523c5c7 (diff) | |
| download | scummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.tar.gz scummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.tar.bz2 scummvm-rg350-bca313c6fc85d54dd6a7d969a4b82e55bf863f4b.zip | |
Typo.
svn-id: r46717
| -rw-r--r-- | common/events.h | 4 |
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 |
