*: Fix spelling mistakes found by codespell
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1410
This commit is contained in:

committed by
Robert Mader

parent
5962ee7939
commit
5ec9bde64f
@ -728,7 +728,7 @@ ensure_above (MetaWindow *above,
|
||||
if (is_transient && above->layer < below->layer)
|
||||
{
|
||||
meta_topic (META_DEBUG_STACK,
|
||||
"Promoting window %s from layer %u to %u due to contraint\n",
|
||||
"Promoting window %s from layer %u to %u due to constraint\n",
|
||||
above->desc, above->layer, below->layer);
|
||||
above->layer = below->layer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user