Fix spelling errors

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-10-02 08:29:27 +02:00 committed by Simon Ser
parent 323b8498ad
commit dc3d1530bf
6 changed files with 9 additions and 9 deletions

View file

@ -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.
*/