From 1320a1d497cb0cb2a4e2961061fc8c42f0f34220 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 14 Nov 2024 10:22:43 +0100 Subject: [PATCH] Spelling correction Spelling correction --- 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 0db291e165d7..852a1fb8d6e6 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -714,7 +714,7 @@ struct Polyhedral_envelope { { Vector_3 bmin, bmax; - Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialzed warning + Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialized warning for (unsigned int i = 0; i < prismindex.size(); i++){ if (prismindex[i] == jump){