summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-01 23:42:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-02 08:25:31 +0100
commit1f700b0abcd0b52552a1d9c618777463292df123 (patch)
treed6e69087fe7e38e0af3a0e4d722afa07b75fab04 /avmedia
parent5323779173f6e988051b08b5554b7ce5d202d7a2 (diff)
Fix typo
Change-Id: I40b411b6bf23e2a7240a46fff99b420b3e6f6ae3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87813 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/framework/mediacontrol.cxx2
1 files changed, 1 insertions, 1 deletions
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 ) );