PartDesign: correct spelling error in comments

This commit is contained in:
jrheinlaender 2012-11-01 00:05:52 +01:00 committed by logari81
parent ae6814ef5a
commit a47b5f9f13
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ App::DocumentObjectExecReturn *Groove::execute(void)
gp_Dir dir(v.x,v.y,v.z);
try {
// TopoDS::Face is not strictly necessary, but it will through an exception for
// TopoDS::Face is not strictly necessary, but it will throw an exception for
// invalid wires e.g. intersections or multiple separate wires
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
if (sketchshape.IsNull())

View File

@ -139,7 +139,7 @@ App::DocumentObjectExecReturn *Revolution::execute(void)
gp_Dir dir(v.x,v.y,v.z);
try {
// TopoDS::Face is not strictly necessary, but it will through an exception for
// TopoDS::Face is not strictly necessary, but it will throw an exception for
// invalid wires e.g. intersections or multiple separate wires
TopoDS_Shape sketchshape = TopoDS::Face(makeFace(wires));
if (sketchshape.IsNull())