commit 476eb50714ac0ee4cc33613eca0959d0f6c69887 parent 6407fe4e492c0559eb932e012e6e9793722a8914 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Thu, 26 Sep 2024 10:25:52 +0200 Fix typos Diffstat:
| M | src/scad.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/scad.h b/src/scad.h @@ -230,8 +230,8 @@ scad_geometry_get_mass double* mass); /* Get the center of mass of the various components of the geometry. - * Note that `center' must be allocated be the caller with enough room for (at - * least) 3 times the count of geom (scad_geometry_ge_count) doubles */ + * Note that `center' must be allocated by the caller with enough room for (at + * least) 3 times the count of geom (scad_geometry_get_count) doubles */ SCAD_API res_T scad_geometry_get_centerofmass (struct scad_geometry* geom,