Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: Elyes HAOUAS <[email protected]>
  • Loading branch information
ElyesH authored and emersion committed Apr 12, 2021
1 parent 9d3da72 commit baa1ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion render.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion wlr-layer-shell-unstable-v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit baa1ae9

Please sign in to comment.