aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-12 18:03:37 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-04-12 18:03:37 +0200
commitb2d3f9276babead49bc5a0fa70d7daa7472a46c0 (patch)
tree39d0f1c4853b252297ebfb4b7c6ffa888e76e636
parentd01dad88af9ff10c520f4a9c6e2e98652ce7e70c (diff)
desktop/layer_shell.c: Fix misspelled "exclusive"
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
-rw-r--r--sway/desktop/layer_shell.c2
1 files changed, 1 insertions, 1 deletions
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],