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.