From 385ea10bef0e50411cc8b946213046cb349ecace Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 26 Apr 2021 12:39:30 +0200 Subject: [PATCH] SCM_SILENT typo-- --- src/layers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layers.cpp b/src/layers.cpp index e5a23a3359..bce65f0750 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -503,7 +503,7 @@ QList Workspace::constrainedStackingOrder() QMultiMap::iterator mLayer = current.find(c ? c->group() : nullptr); if (mLayer != current.end()) { // If a window is raised above some other window in the same window group - // which is in the ActiveLayer (i.e. it's fulscreened), make sure it stays + // which is in the ActiveLayer (i.e. it's fullscreened), make sure it stays // above that window (see #95731). if (*mLayer == ActiveLayer && (l > BelowLayer)) l = ActiveLayer;