typos: [skip ci]
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user