[Libreoffice-commits] core.git: slideshow/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Mar 1 09:21:49 UTC 2019


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

New commits:
commit 8cc88f9473097b680f12a343d3a491926cd33847
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Mar 1 08:55:03 2019 +0100
Commit:     Mark Hung <marklh9 at 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 <marklh9 at 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


More information about the Libreoffice-commits mailing list