From 77a3a0da5ab6b389f375d79523c39884dd0eb4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 14 Jan 2020 18:39:48 +0100 Subject: [PATCH] Doxygen: Fix typo --- include/gds-render/geometric/bounding-box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gds-render/geometric/bounding-box.h b/include/gds-render/geometric/bounding-box.h index f363998..699c224 100644 --- a/include/gds-render/geometric/bounding-box.h +++ b/include/gds-render/geometric/bounding-box.h @@ -102,7 +102,7 @@ void bounding_box_get_all_points(struct vector_2d *points, union bounding_box *b * @param rotation_deg Rotation of bounding box around the origin in degrees (counterclockwise) * @param flip_at_x Flip the boundig box on the x axis before rotating. * @param box Bounding box the operations should be applied to. - * @note Keep in mind, that this bounding boxy is actually the bounding box of the rotated boundig box and not the object itself. + * @note Keep in mind, that this bounding box is actually the bounding box of the rotated boundig box and not the object itself. * It might be too big. */ void bounding_box_apply_transform(double scale, double rotation_deg, bool flip_at_x, union bounding_box *box);