diff --git a/src/App/OriginGroupExtension.cpp b/src/App/OriginGroupExtension.cpp index d18c109c43..08e34d9eac 100644 --- a/src/App/OriginGroupExtension.cpp +++ b/src/App/OriginGroupExtension.cpp @@ -153,7 +153,7 @@ void OriginGroupExtension::extensionOnChanged(const Property* p) { if(p == &Origin) { App::DocumentObject *owner = getExtendedObject(); App::DocumentObject *origin = Origin.getValue(); - // Document::Importing indicats the object is being imported (i.e. + // Document::Importing indicates the object is being imported (i.e. // copied). So check the Origin ownership here to prevent copy without // dependency if (origin && owner && owner->getDocument() diff --git a/src/App/PropertyLinks.cpp b/src/App/PropertyLinks.cpp index 567f4c3bbb..a1d9321aa5 100644 --- a/src/App/PropertyLinks.cpp +++ b/src/App/PropertyLinks.cpp @@ -2473,7 +2473,7 @@ public: return std::string(filename); } - // make sure the filename is aboluste path + // make sure the filename is absolute path path = QDir::cleanPath(path); if((absolute = QFileInfo(path).isAbsolute())) { if(fullPath)