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

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