Fix ancestor typos

This commit is contained in:
Ryan Dwyer 2018-05-28 12:45:42 +10:00
parent b2c0ba5b18
commit 7c7d24600b
5 changed files with 12 additions and 12 deletions

View file

@ -542,7 +542,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
return;
}
// put all the anscestors of this container on top of the focus stack
// put all the ancestors of this container on top of the focus stack
struct sway_seat_container *parent =
seat_container_from_container(seat, container->parent);
while (parent) {