From db72d888656cdab8b954e7b58219dc71065a5030 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jun 2019 23:35:42 +0200 Subject: Fix typo Change-Id: I95d7efef5021b1a43c1e8a9e4b6aa0be47ad3302 Reviewed-on: https://gerrit.libreoffice.org/74312 Tested-by: Jenkins Reviewed-by: Jens Carl --- vcl/qt5/Qt5Instance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index f83cf86b25ba..dc3df6446a67 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -243,7 +243,7 @@ Qt5Instance::~Qt5Instance() void Qt5Instance::AfterAppInit() { - // set the default application icon via destop file just on Wayland, + // set the default application icon via desktop file just on Wayland, // as this otherwise overrides the individual desktop icons on X11. if (QGuiApplication::platformName() == "wayland") QGuiApplication::setDesktopFileName(QStringLiteral("libreoffice-startcenter.desktop")); -- cgit v1.2.3