Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 574e117b15
commit 055447a702
7 changed files with 8 additions and 8 deletions

View File

@@ -613,7 +613,7 @@ App::DocumentObject* createObjectByType(const Base::Type type)
return newobj;
}
else {
return pcDoc->addObject(type.getName());// create in the acitive document
return pcDoc->addObject(type.getName());// create in the active document
}
}