From 6d8ffb2511550032a6f07e35be1ee080bf1e650e Mon Sep 17 00:00:00 2001 From: Kyle Davis Date: Thu, 26 Oct 2023 21:02:29 -0600 Subject: [PATCH] fixes spelling/typo --- regions.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regions.scad b/regions.scad index 348bebd..a87610c 100644 --- a/regions.scad +++ b/regions.scad @@ -339,7 +339,7 @@ module region(r, anchor="origin", spin=0, cp="centroid", atype="hull") -// Section: Gometrical calculations with regions +// Section: Geometrical calculations with regions // Function: point_in_region() // Synopsis: Tests if a point is inside, outside, or on the border of a region.