plasma: someone's typos

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-05 16:16:55 +03:00
parent 8930bbdf67
commit fb3c9c7b28
2 changed files with 2 additions and 2 deletions

View file

@ -696,7 +696,7 @@ void Panel::restore(KConfigGroup &group)
if (order > -1) { if (order > -1) {
oderedApplets[order] = applet; 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 { } else {
unoderedApplets.append(applet); unoderedApplets.append(applet);
} }

View file

@ -148,7 +148,7 @@ void DesktopCorona::updateImmutability(Plasma::ImmutabilityType immutability)
void DesktopCorona::checkScreen(int screen) 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 //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) //buggy (sometimes the containment thinks it's already on the screen, so no view is created)