Part: fix source comment typo

This commit is contained in:
luz paz
2022-01-20 06:53:58 -05:00
committed by wwmayer
parent abf5014ac8
commit da6f34723b

View File

@@ -222,7 +222,7 @@ Base::Vector3d Extrusion::calculateShapeNormal(const App::PropertyLink& shapeLin
GeomAdaptor_Surface surf(planeFinder.Surface());
gp_Dir normal = surf.Plane().Axis().Direction();
//now se know the plane. But if there are faces, the
//now we know the plane. But if there are faces, the
//plane normal direction is not dependent on face orientation (because findPlane only uses edges).
//let's fix that.
TopExp_Explorer ex(sh, TopAbs_FACE);