Fix various typos

This commit is contained in:
luzpaz
2025-08-12 16:19:00 +00:00
committed by Chris Hennes
parent 7c2f59b773
commit a5a59ff2e3
7 changed files with 7 additions and 7 deletions

View File

@@ -1709,7 +1709,7 @@ TopoDS_Wire DrawComplexSection::closeProfileForCut(const TopoDS_Wire& profileWir
TopoDS_Edge circleEdge = BRepBuilderAPI_MakeEdge(circleArc);
// replace first and last edges and add cicular arc
// replace first and last edges and add circular arc
std::vector<TopoDS_Edge> oldProfileEdges = DU::shapeToVector(flatWire);
std::vector<TopoDS_Edge> newProfileEdges;
newProfileEdges.emplace_back(firstReplacementEdge);