From da6f34723b014d6ae2f4324812b9dfec3bf70ee6 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 20 Jan 2022 06:53:58 -0500 Subject: [PATCH] Part: fix source comment typo --- src/Mod/Part/App/FeatureExtrusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/FeatureExtrusion.cpp b/src/Mod/Part/App/FeatureExtrusion.cpp index f71139a813..155065b168 100644 --- a/src/Mod/Part/App/FeatureExtrusion.cpp +++ b/src/Mod/Part/App/FeatureExtrusion.cpp @@ -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);