Part: typos

This commit is contained in:
luzpaz
2017-12-24 11:35:40 -05:00
committed by wmayer
parent 7e2fce45c2
commit e883cbfdf3
11 changed files with 11 additions and 11 deletions

View File

@@ -280,7 +280,7 @@ void ViewProvider2DObject::Restore(Base::XMLReader &reader)
Base::Type inputType = Base::Type::fromName(TypeName);
if (prop->getTypeId().isDerivedFrom(App::PropertyFloat::getClassTypeId()) &&
inputType.isDerivedFrom(App::PropertyFloat::getClassTypeId())) {
// Do not directly call the property's Restore method in case the implmentation
// Do not directly call the property's Restore method in case the implementation
// has changed. So, create a temporary PropertyFloat object and assign the value.
App::PropertyFloat floatProp;
floatProp.Restore(reader);