From c4b594b304dbb0d8aff3223e50bd9d050d4bd5e7 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 10 May 2014 21:06:36 +0200 Subject: [PATCH] Fix spelling error --- src/half_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/half_edge.c b/src/half_edge.c index c6520e9..104939d 100644 --- a/src/half_edge.c +++ b/src/half_edge.c @@ -76,7 +76,7 @@ HE_vert *find_center(HE_obj const * const obj) } /** - * Calculates the factor that can be used to scaled down the object + * Calculates the factor that can be used to scale down the object * to the size of 1. * * @param obj the object we want to scale