Skip to content

Commit

Permalink
Spelling correction (#8607)
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
sloriot authored Nov 14, 2024
2 parents 2f57958 + 1320a1d commit 79860d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 79860d2

Please sign in to comment.