slideshow/source/engine/animationnodes/animationaudionode.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cc88f9473097b680f12a343d3a491926cd33847
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Mar 1 08:55:03 2019 +0100
Commit:     Mark Hung <mark...@gmail.com>
CommitDate: Fri Mar 1 10:21:21 2019 +0100

    Fix typo
    
    Change-Id: I0cd3e9e9d0f6a887bd27b6b6b2c5bc972570186a
    Reviewed-on: https://gerrit.libreoffice.org/68534
    Tested-by: Jenkins
    Reviewed-by: Mark Hung <mark...@gmail.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to