diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:22:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:23:18 +0100 |
commit | abfee9852cf553dff351753d284a38c0022f68ef (patch) | |
tree | 968dc5494092a8bb5b0ddcef5feb266b3b3a59cb /slideshow/source/engine/usereventqueue.cxx | |
parent | ed4627ba2c40a2199652614278cae93c8726e526 (diff) |
Typos
Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
Diffstat (limited to 'slideshow/source/engine/usereventqueue.cxx')
-rw-r--r-- | slideshow/source/engine/usereventqueue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx index b6447e6d1d19..f19e8f517203 100644 --- a/slideshow/source/engine/usereventqueue.cxx +++ b/slideshow/source/engine/usereventqueue.cxx @@ -246,7 +246,7 @@ public: void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect) { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; } - /// Skip the current effect but do not triggere the next effect. + /// Skip the current effect but do not trigger the next effect. void skipEffect (void) { handleEvent_impl(false); } private: |