fix more typos to silence the spellchecker CI

This commit is contained in:
Uwe
2022-02-21 13:20:06 +01:00
parent 8cbf141ae5
commit 0ead5a793b
4 changed files with 4 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ void ExtrusionHelper::createTaperedPrismOffset(TopoDS_Wire sourceWire,
TopLoc_Location edgeLocation;
if (numEdges == 1) {
// create a new wire from the input wire to determine its location
// to reset the location after the offet operation
// to reset the location after the offset operation
BRepBuilderAPI_MakeWire mkWire;
TopExp_Explorer xp(sourceWire, TopAbs_EDGE);
while (xp.More()) {