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

New commits:
commit 1f700b0abcd0b52552a1d9c618777463292df123
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Feb 1 23:42:35 2020 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@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 ) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to