Part: typos

This commit is contained in:
luzpaz
2017-12-24 11:35:40 -05:00
committed by wmayer
parent a0d53e5fee
commit 5973d8d67e
11 changed files with 11 additions and 11 deletions

View File

@@ -148,7 +148,7 @@ void CrossSection::connectEdges (const std::list<TopoDS_Edge>& edges, std::list<
TopoDS_Wire new_wire = mkWire.Wire(); // current new wire
// try to connect each edge to the wire, the wire is complete if no more egdes are connectible
// try to connect each edge to the wire, the wire is complete if no more edges are connectible
bool found = false;
do {
found = false;