summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationaudionode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationaudionode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationaudionode.cxx2
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