From b40c6448e6492df5763b77204bdfa1b16936c9d3 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 12 Apr 2021 18:03:37 +0200 Subject: desktop/layer_shell.c: Fix misspelled "exclusive" Signed-off-by: Elyes HAOUAS --- sway/desktop/layer_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c index c5b6d19c..91e113a7 100644 --- a/sway/desktop/layer_shell.c +++ b/sway/desktop/layer_shell.c @@ -191,7 +191,7 @@ void arrange_layers(struct sway_output *output) { arrange_output(output); } - // Arrange non-exlusive surfaces from top->bottom + // Arrange non-exclusive surfaces from top->bottom arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY], &usable_area, false); arrange_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP], -- cgit v1.2.3