mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 8]
Fix various typos Fixed via codespell v2.1.dev
This commit is contained in:
@@ -644,7 +644,7 @@ void BRepMesh_Delaun::insertInternalEdges()
|
||||
{
|
||||
Handle(IMeshData::MapOfInteger) anInternalEdges = InternalEdges();
|
||||
|
||||
// Destruction of triancles intersecting internal edges
|
||||
// Destruction of triangles intersecting internal edges
|
||||
// and their replacement by makeshift triangles
|
||||
IMeshData::IteratorOfMapOfInteger anInernalEdgesIt( *anInternalEdges );
|
||||
for ( ; anInernalEdgesIt.More(); anInernalEdgesIt.Next() )
|
||||
|
Reference in New Issue
Block a user