aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/util/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/util/box.h')
-rw-r--r--include/wlr/util/box.h2
1 files changed, 1 insertions, 1 deletions
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.
*/