star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 8178cde86937595173923dff781a8db6702923a0
parent 086d9d4352be48a6d219b6966a3c678d4741c4e9
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 15 Apr 2025 17:13:41 +0200

Fix a typo

Diffstat:
Msrc/scad.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scad.c b/src/scad.c @@ -608,7 +608,7 @@ scad_stl_sort_orientation size_t idx; res_T r; log_error(get_device(), - "Triangle set '%s' define an invalid closed volume " + "Triangle set '%s' defines an invalid closed volume " "(%u / %u triangles with both sides in).\n", set_name, (unsigned)two, utcount_in); /* Output the two-sides-in triangles */