From baa1ae99df3326cced7817951f99429a58428829 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 12 Apr 2021 18:21:01 +0200 Subject: [PATCH] Fix some typos Signed-off-by: Elyes HAOUAS --- render.c | 2 +- wlr-layer-shell-unstable-v1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/render.c b/render.c index 07ac964..7d27833 100644 --- a/render.c +++ b/render.c @@ -269,7 +269,7 @@ void render_frame(struct swaylock_surface *surface) { arc_radius + arc_thickness / 2, 0, 2 * M_PI); cairo_stroke(cairo); - // display layout text seperately + // display layout text separately if (layout_text) { cairo_text_extents_t extents; cairo_font_extents_t fe; diff --git a/wlr-layer-shell-unstable-v1.xml b/wlr-layer-shell-unstable-v1.xml index 2bb72ed..f29eb87 100644 --- a/wlr-layer-shell-unstable-v1.xml +++ b/wlr-layer-shell-unstable-v1.xml @@ -140,7 +140,7 @@ how they should interact with surfaces that do. If set to zero, the surface indicates that it would like to be moved to avoid occluding surfaces with a positive excluzive zone. If set to -1, the surface - indicates that it would not like to be moved to accomodate for other + indicates that it would not like to be moved to accommodate for other surfaces, and the compositor should extend it all the way to the edges it is anchored to.