From e74b4aa5210f79ab4900c2956025d87d9ca02863 Mon Sep 17 00:00:00 2001 From: Susan Date: Fri, 14 Feb 2025 18:27:17 +0000 Subject: [PATCH] Cleanup: typo --- src/tree_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index ea35496a03..3ac2c34db8 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -246,7 +246,7 @@ static void CreateRandomStarShapedPolygon(int radius, std::span shape) * @param y Y coordinate relative to centre of shape. * @param v1 First vertex of triangle. * @param v2 Second vertex of triangle. - * @param v3 Third vertic of triangle. + * @param v3 Third vertex of triangle. * @returns true if the given coordinates lie within a triangle. */ static bool IsPointInTriangle(const int x, const int y, const Point &v1, const Point &v2, const Point &v3)