Fix typos in various src/Mod directories

This commit is contained in:
luz.paz
2019-07-19 15:34:46 -04:00
committed by wmayer
parent 0f67e8ddfa
commit 039d6eac01
7 changed files with 7 additions and 7 deletions

View File

@@ -513,7 +513,7 @@ App::DocumentObject *Body::getSubObject(const char *subname,
(subname && !Data::ComplexGeoData::isMappedElement(subname) && strchr(subname,'.')))
return Part::BodyBase::getSubObject(subname,pyObj,pmat,transform,depth);
// We return the shape only if there are feature visibile inside
// We return the shape only if there are feature visible inside
for(auto obj : Group.getValues()) {
if(obj->Visibility.getValue() &&
obj->isDerivedFrom(PartDesign::Feature::getClassTypeId()))