From 8cc88f9473097b680f12a343d3a491926cd33847 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 1 Mar 2019 08:55:03 +0100 Subject: Fix typo Change-Id: I0cd3e9e9d0f6a887bd27b6b6b2c5bc972570186a Reviewed-on: https://gerrit.libreoffice.org/68534 Tested-by: Jenkins Reviewed-by: Mark Hung --- slideshow/source/engine/animationnodes/animationaudionode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/source/engine') 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 -- cgit