From d14a00b8e14b288a58801dac613ae278c968fe7f Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 5 Nov 2018 15:05:11 +0000 Subject: [PATCH] Cleanup comment typos --- src/wayland/plasmavirtualdesktop_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/plasmavirtualdesktop_interface.cpp b/src/wayland/plasmavirtualdesktop_interface.cpp index 184bc63115..2dd2c366cf 100644 --- a/src/wayland/plasmavirtualdesktop_interface.cpp +++ b/src/wayland/plasmavirtualdesktop_interface.cpp @@ -219,7 +219,7 @@ PlasmaVirtualDesktopInterface *PlasmaVirtualDesktopManagementInterface::createDe } d->desktops.insert(actualPosition, desktop); - //NOTE: this in case the desktop has been deleted but not trough removedesktop + //NOTE: this in case the desktop has been deleted but not through removeDesktop connect(desktop, &QObject::destroyed, this, [this, id] { Q_D();