fix typos

This commit is contained in:
Sébastien Loriot 2021-08-25 10:45:05 +02:00
parent 27b9cb5e98
commit 733e7b7823
1 changed files with 2 additions and 2 deletions

View File

@ -1132,7 +1132,7 @@ bool Scene_polyhedron_selection_item:: treat_selection(const std::set<fg_edge_de
case 3:
if(out_degree(source(halfedge(ed,*polyhedron()),*polyhedron()),*polyhedron())<3 ||
out_degree(target(halfedge(ed,*polyhedron()),*polyhedron()),*polyhedron())<3)
d->tempInstructions("Faces not joined : the two ends of the edge must have a degree of at least 3.",
d->tempInstructions("Faces not joined : the two endpoints of the edge must have a degree of at least 3.",
"Select the edge separating the faces you want to join."
"Warning: this operation will clear the undo stack.");
else
@ -1162,7 +1162,7 @@ bool Scene_polyhedron_selection_item:: treat_selection(const std::set<fg_edge_de
}
else if(!CGAL::Euler::does_satisfy_link_condition(ed, *polyhedron()))
{
d->tempInstructions("Edge not collapsed : link condition not satidfied.",
d->tempInstructions("Edge not collapsed : link condition not satisfied.",
"Select the edge you want to collapse.");
}
else