From 06fc42359bf155f81b559637e468b29266104d8f Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 16 May 2020 13:20:13 +0800 Subject: Fix typos in comments --- include/sway/tree/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/tree/container.h') 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. */ -- cgit v1.2.3-54-g00ecf