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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 2 07:26:08 UTC 2020


 avmedia/source/framework/mediacontrol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f700b0abcd0b52552a1d9c618777463292df123
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 1 23:42:35 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 2 08:25:31 2020 +0100

    Fix typo
    
    Change-Id: I40b411b6bf23e2a7240a46fff99b420b3e6f6ae3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87813
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index fc83dd1baa79..ddec4f90436d 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -74,7 +74,7 @@ MediaControl::MediaControl( vcl::Window* pParent, MediaControlStyle eControlStyl
     mxPlayToolBox->connect_clicked( LINK( this, MediaControl, implSelectHdl ) );
 
     mxTimeSlider->connect_value_changed( LINK( this, MediaControl, implTimeHdl ) );
-    // when changint the time, use this to do the time change after active scrolling
+    // when changing the time, use this to do the time change after active scrolling
     // has stopped for a little which
     maChangeTimeIdle.SetPriority( TaskPriority::LOWEST );
     maChangeTimeIdle.SetInvokeHandler( LINK( this, MediaControl, implTimeEndHdl ) );


More information about the Libreoffice-commits mailing list