aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-28 09:16:33 +0100
committerLibravatar GitHub <noreply@github.com>2018-05-28 09:16:33 +0100
commit9d1049ae8d25eb78eb94dcf68aadad5eef6e4be1 (patch)
treec7d20de9d9a46293d7409d624372abf6f796e400 /include
parentMerge pull request #2057 from RyanDwyer/swaymsg-fix-exit-code (diff)
parentFix ancestor typos (diff)
downloadsway-9d1049ae8d25eb78eb94dcf68aadad5eef6e4be1.tar.gz
sway-9d1049ae8d25eb78eb94dcf68aadad5eef6e4be1.tar.zst
sway-9d1049ae8d25eb78eb94dcf68aadad5eef6e4be1.zip
Merge pull request #2059 from RyanDwyer/ancestor-typo
Fix ancestor typos
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index a5f591ce..bb6c04a6 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -186,8 +186,8 @@ void container_for_each_descendant_dfs(struct sway_container *container,
186/** 186/**
187 * Returns true if the given container is an ancestor of this container. 187 * Returns true if the given container is an ancestor of this container.
188 */ 188 */
189bool container_has_anscestor(struct sway_container *container, 189bool container_has_ancestor(struct sway_container *container,
190 struct sway_container *anscestor); 190 struct sway_container *ancestor);
191 191
192/** 192/**
193 * Returns true if the given container is a child descendant of this container. 193 * Returns true if the given container is a child descendant of this container.