diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 13:10:34 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 19:03:58 +0000 |
commit | 530bc608d018573193aedfe089d0fb2b79940b58 (patch) | |
tree | 3a0af9da2385062300c3d1966a10748edc1254e0 /slideshow/source/inc | |
parent | 7738ad37a0ed2837f5e6454628d4bd8ecc4927d1 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/eventmultiplexer.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/usereventqueue.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index d07e1b20fc05..667ba145eee9 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -61,7 +61,7 @@ struct EventMultiplexerImpl; are handled as well. Note that registered events which have a non-zero timeout (i.e. events that return non-zero from getActivationTime()) will not be fired immediately - after the user action occured, but only after the given + after the user action occurred, but only after the given timeout. Which is actually a feature. */ class EventMultiplexer : private ::boost::noncopyable diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx index bef6ccc824ce..e49faf74811a 100644 --- a/slideshow/source/inc/usereventqueue.hxx +++ b/slideshow/source/inc/usereventqueue.hxx @@ -57,7 +57,7 @@ class MouseLeaveHandler; This class registeres at the EventMultiplexer and fires events registered for certain user actions. Note that all events will not be fired immediately after the user action - occured, but always added to the EventQueue (and fired the + occurred, but always added to the EventQueue (and fired the next time that queue is processed). Which is actually a feature. |