From fb3c9c7b284b233a8b8048320290f6deab86bb73 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 5 Aug 2023 16:16:55 +0300 Subject: [PATCH] plasma: someone's typos Signed-off-by: Ivailo Monev --- plasma/containments/panel/panel.cpp | 2 +- plasma/shells/plasma-desktop/desktopcorona.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma/containments/panel/panel.cpp b/plasma/containments/panel/panel.cpp index 3a145256..78e23765 100644 --- a/plasma/containments/panel/panel.cpp +++ b/plasma/containments/panel/panel.cpp @@ -696,7 +696,7 @@ void Panel::restore(KConfigGroup &group) if (order > -1) { oderedApplets[order] = applet; - //if LayoutInformation is not available use the usual way, as a bonus makes it retrocompatible with oler configs + //if LayoutInformation is not available use the usual way, as a bonus makes it retrocompatible with older configs } else { unoderedApplets.append(applet); } diff --git a/plasma/shells/plasma-desktop/desktopcorona.cpp b/plasma/shells/plasma-desktop/desktopcorona.cpp index 95c396b1..0348674d 100644 --- a/plasma/shells/plasma-desktop/desktopcorona.cpp +++ b/plasma/shells/plasma-desktop/desktopcorona.cpp @@ -148,7 +148,7 @@ void DesktopCorona::updateImmutability(Plasma::ImmutabilityType immutability) void DesktopCorona::checkScreen(int screen) { - //note: hte signal actually triggers view creation only for panels, atm. + //note: the signal actually triggers view creation only for panels, atm. //desktop views are created in response to containment's screenChanged signal instead, which is //buggy (sometimes the containment thinks it's already on the screen, so no view is created)