diff --git a/kcm/package/contents/ui/main.qml b/kcm/package/contents/ui/main.qml --- a/kcm/package/contents/ui/main.qml +++ b/kcm/package/contents/ui/main.qml @@ -32,7 +32,7 @@ ColumnLayout { Kirigami.InlineMessage { // Note1: There is an implicit height binding loop error on - // first invokation. Seems to be an issue in Kirigami. + // first invocation. Seems to be an issue in Kirigami. // Note2: This should maybe go in header component of the KCM, // but there seems to be another issue in Kirigami then // being always hidden. Compare Night Color KCM with diff --git a/kded/daemon.cpp b/kded/daemon.cpp --- a/kded/daemon.cpp +++ b/kded/daemon.cpp @@ -170,7 +170,7 @@ if (readInConfig) { doApplyConfig(std::move(readInConfig)); } else { - // loading not succesful, fall back to ideal config + // loading not successful, fall back to ideal config applyIdealConfig(); } } diff --git a/kded/generator.cpp b/kded/generator.cpp --- a/kded/generator.cpp +++ b/kded/generator.cpp @@ -427,7 +427,7 @@ } qCDebug(KSCREEN_KDED) << "Lid is open"; - //If lid is open, laptop screen shuold be primary + //If lid is open, laptop screen should be primary embedded->setPos(QPoint(0,0)); embedded->setPrimary(true); embedded->setEnabled(true); diff --git a/kded/osdmanager.cpp b/kded/osdmanager.cpp --- a/kded/osdmanager.cpp +++ b/kded/osdmanager.cpp @@ -151,7 +151,7 @@ return; } - // Show selector on alll enabled screens + // Show selector on all enabled screens const auto outputs = op->config()->outputs(); KScreen::OutputPtr osdOutput; for (const auto &output : outputs) { diff --git a/kded/output.cpp b/kded/output.cpp --- a/kded/output.cpp +++ b/kded/output.cpp @@ -212,7 +212,7 @@ const int xCorrected = prevRight + prevGeo.width() * xInfoDiff / (double)prevInfoGeo.width(); const int xDiff = curGeo.x() - prevRight; - // In the following calculate the y-coorection. This is more involved since we + // In the following calculate the y-correction. This is more involved since we // differentiate between overlapping and non-overlapping pairs and align either // top to top/bottom or bottom to top/bottom const bool yOverlap = prevInfoGeo.y() + prevInfoGeo.height() > curInfoGeo.y() && @@ -342,7 +342,7 @@ break; } if (!infoFound) { - // no info in info for this output, try reading in global output info atleast or set some default values + // no info in info for this output, try reading in global output info at least or set some default values qCWarning(KSCREEN_KDED) << "\tFailed to find a matching output in the current info data - this means that our info is corrupted" "or a different device with the same serial number has been connected (very unlikely)."; diff --git a/plasmoid/kscreenapplet.h b/plasmoid/kscreenapplet.h --- a/plasmoid/kscreenapplet.h +++ b/plasmoid/kscreenapplet.h @@ -32,7 +32,7 @@ Q_OBJECT /** - * The number of currently connected (not neccessarily enabled) outputs + * The number of currently connected (not necessarily enabled) outputs */ Q_PROPERTY(int connectedOutputCount READ connectedOutputCount NOTIFY connectedOutputCountChanged) diff --git a/plasmoid/package/metadata.desktop b/plasmoid/package/metadata.desktop --- a/plasmoid/package/metadata.desktop +++ b/plasmoid/package/metadata.desktop @@ -81,7 +81,7 @@ X-KDE-PluginInfo-Email=kde@broulik.de X-KDE-PluginInfo-Name=org.kde.kscreen X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://kde.org/plasma-desktop X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-License=GPL