aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2020-05-16 13:20:13 +0800
committerFurkan Sahin <furkan-dev@proton.me>2020-05-16 13:20:13 +0800
commit94d8f51f77a263b05eb14017eb604b4deca098cf (patch)
tree2800266be6bcd8f03a368ea77518128e653fbe96 /include
parent263827cb4b6ef77bb099b4b2ac449e60091a84ff (diff)
Fix typos in comments
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 5cf5b6b1..2c94c772 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -167,7 +167,7 @@ struct sway_container *container_find_child(struct sway_container *container,
bool (*test)(struct sway_container *view, void *data), void *data);
/**
- * Find a container at the given coordinates. Returns the the surface and
+ * Find a container at the given coordinates. Returns the surface and
* surface-local coordinates of the given layout coordinates if the container
* is a view and the view contains a surface at those coordinates.
*/