star-cad

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

commit e74f77d46045229a63d180e3acf5478a302ce242
parent 236a298488e28830eaa8e98eb552f9e8789ebdd1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  6 Mar 2024 18:10:56 +0100

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 @@ -580,7 +580,7 @@ scad_stl_sort_orientation if(header.primitives_count != header.unique_primitives_count) { log_error(get_device(), "Triangle set '%s' define an invalid closed volume " - "(both sides %u / %u triangles are in).\n", + "(both sides of %u / %u triangles are in).\n", set_name, header.primitives_count - header.unique_primitives_count, header.unique_primitives_count);