Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-08 23:35:23 -04:00 committed by Johan Malm
parent 4ecedcdb3b
commit 1a6dd845a2
23 changed files with 33 additions and 33 deletions

View file

@ -267,7 +267,7 @@ snap_shrink_to_next_edge(struct view *view,
edges_find_outputs(&next_edges, view,
origin, *geo, view->output, check_edge);
/* Limit motion to any intervening edge of ther views on this output */
/* Limit motion to any intervening edge of other views on this output */
edges_find_neighbors(&next_edges, view, origin, *geo,
view->output, check_edge, /* ignore_hidden */ false);