Misc. typos

This commit is contained in:
luz.paz
2018-01-27 11:44:43 -05:00
committed by wmayer
parent 666c5c8b86
commit 11b8f91c5d
4 changed files with 4 additions and 4 deletions

View File

@@ -1853,7 +1853,7 @@ Base::BoundBox3f cutting_tools::getWireBBox(TopoDS_Wire aWire)
TopoDS_Shape cutting_tools::getProperCut(TopoDS_Shape& aShape)
{
//A cutting Shape is coming as aShape
//A cutting Shape is aShape
//check direction to decide which Topology to hold and which to delete
if (m_direction)//From top to bottom
{