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;