Fix some typos

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-04-12 18:21:01 +02:00 committed by Simon Ser
parent 9d3da72a39
commit baa1ae99df
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.