diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index 39e197da225..42979608d69 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -183,7 +183,7 @@ private: // The class `Plane` is used for the 7-8 walls of a prism. - // We store at the same time threee points and a plane. + // We store at the same time three points and a plane. // That is easier than retrieving the 3 points of a lazy plane. struct Plane { Plane()