typos: [skip ci]

This commit is contained in:
wmayer
2020-08-30 14:51:55 +02:00
parent 643b2d6aa0
commit 035993c968
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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)