Fix typos in src/Gio

This commit is contained in:
luz.paz
2019-07-19 15:33:02 -04:00
committed by wmayer
parent 5b74dc8b0d
commit 0f67e8ddfa
18 changed files with 53 additions and 54 deletions

View File

@@ -163,7 +163,7 @@ App::DocumentObject *Feature::getSubObject(const char *subname,
bool copy = sCopy?true:false;
if(!copy) {
// Work around OCC bug on transforming circular edge with an
// offseted surface. The bug probably affect other shape type,
// offsetted surface. The bug probably affect other shape type,
// too.
TopExp_Explorer exp(ts.getShape(),TopAbs_EDGE);
if(exp.More()) {