Cleanup comment typos

This commit is contained in:
David Edmundson 2018-11-05 15:05:11 +00:00
parent c27932ea07
commit d14a00b8e1

View file

@ -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();