From 3cb3b9c415f695db1740c57c99945ea73902ba36 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 06:34:09 +0000 Subject: Fix typo Change-Id: Ic0b38891daf699f232a7dbc1378e30c53289d067 Reviewed-on: https://gerrit.libreoffice.org/74076 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/qt5/Qt5Instance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index a81daddfb246..df6b90363524 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -514,7 +514,7 @@ void* Qt5Instance::CreateGStreamerSink(const SystemChildWindow* pWindow) SAL_WARN("vcl.qt5", "Couldn't initialize qwidget5videosink." " Video playback might not work as expected." " Please install Qt5 packages for QtGStreamer."); - // with no videosink explicitly set, GStreamer will open it's own (misplaced) window(s) to display video + // with no videosink explicitly set, GStreamer will open its own (misplaced) window(s) to display video } return pVideosink; -- cgit