diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:12 +0200 |
commit | 7328e577e297924ba9cdfc2498f84b1d17d603d4 (patch) | |
tree | 9155d0e47d3a1f71838e4cb20987d45022959f8d /slideshow | |
parent | e5a05de95004a9ec3b569282ab7fbd9a1828cfd4 (diff) |
typo: stoped -> stopped
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/eventmultiplexer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index a38e733e21be..42c7ddf14181 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -710,7 +710,7 @@ public: */ bool notifyPauseMode( bool bPauseShow ); - /** Notify that all audio has to be stoped. + /** Notify that all audio has to be stopped. This method is used by XCommand nodes and all sound playing nodes should listen for this command and |