mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Fix ancestor typos
This commit is contained in:
parent
b2c0ba5b18
commit
7c7d24600b
5 changed files with 12 additions and 12 deletions
|
|
@ -186,8 +186,8 @@ void container_for_each_descendant_dfs(struct sway_container *container,
|
|||
/**
|
||||
* Returns true if the given container is an ancestor of this container.
|
||||
*/
|
||||
bool container_has_anscestor(struct sway_container *container,
|
||||
struct sway_container *anscestor);
|
||||
bool container_has_ancestor(struct sway_container *container,
|
||||
struct sway_container *ancestor);
|
||||
|
||||
/**
|
||||
* Returns true if the given container is a child descendant of this container.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue