From dc3d1530bf58ca68ac81d2a809cc416ff7f71938 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 2 Oct 2021 08:29:27 +0200 Subject: Fix spelling errors Signed-off-by: Elyes HAOUAS --- include/wlr/util/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr/util') diff --git a/include/wlr/util/box.h b/include/wlr/util/box.h index 83ea5001..66cfa21c 100644 --- a/include/wlr/util/box.h +++ b/include/wlr/util/box.h @@ -49,7 +49,7 @@ void wlr_box_closest_point(const struct wlr_box *box, double x, double y, double *dest_x, double *dest_y); /** - * Gives the intersecting box betweem two wlr_box. + * Gives the intersecting box between two wlr_box. * * Returns an empty wlr_box if the provided wlr_box don't intersect. */ -- cgit v1.2.3