[skip ci] fix follow-up typos

This commit is contained in:
luz.paz
2020-03-05 14:01:26 -05:00
committed by Bernd Hahnebach
parent ebe194a9e9
commit c8cb520887
18 changed files with 19 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ void ShapeValidator::checkAndAdd(const Part::TopoShape &ts, const char *subName,
checkAndAdd(ts.getShape(), aWD);
}
}
catch (Standard_Failure&) { // any OCC exception means an unappropriate shape in the selection
catch (Standard_Failure&) { // any OCC exception means an inappropriate shape in the selection
Standard_Failure::Raise("Wrong shape type.\n");
}
}