diff --git a/src/polymesh/algorithms/normalize.hh b/src/polymesh/algorithms/normalize.hh
index 550fa85b01f24924871bda2d8aec4a461082b9e1..6d4c3ded546a9833dbf72b289e36ce3d6313934c 100644
--- a/src/polymesh/algorithms/normalize.hh
+++ b/src/polymesh/algorithms/normalize.hh
@@ -15,7 +15,7 @@ struct normalize_result
 };
 
 /// Applies a translation and a uniform rescaling such that the mesh is centerd at (0,0,0) and within the [-1 .. 1] cube
-/// Returns scale and center so that applying scale * p + center on a normalized point p yields in the original point
+/// Returns scale and center so that applying scale * p + center on a normalized point p yields the original point
 template <class Pos3>
 auto normalize(vertex_attribute<Pos3>& pos)
 {