diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-01 08:55:03 +0100 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2019-03-01 10:21:21 +0100 |
commit | 8cc88f9473097b680f12a343d3a491926cd33847 (patch) | |
tree | 6436d79823e3a26b7dbef460ea256f577429dc00 /slideshow | |
parent | 40431b12b86aa8ede3a6d065645781c8e7710570 (diff) |
Fix typo
Change-Id: I0cd3e9e9d0f6a887bd27b6b6b2c5bc972570186a
Reviewed-on: https://gerrit.libreoffice.org/68534
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationaudionode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/animationaudionode.cxx b/slideshow/source/engine/animationnodes/animationaudionode.cxx index 9e3f6bc25271..b5e6f53a6210 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.cxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.cxx @@ -83,7 +83,7 @@ void AnimationAudioNode::activate_st() scheduleDeactivationEvent( makeDelay( [this] () { this->checkPlayingStatus(); }, mpPlayer->getDuration(), - "AnimationAudioNode::check if sitll playing with delay") ); + "AnimationAudioNode::check if still playing with delay") ); } } else |