From 0e6754b15e98114f8feb26362c86ddaea94faabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Sat, 10 Apr 2021 09:19:46 +0200 Subject: [PATCH] typos --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()