Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 3c7e350a17
commit 19d0a11c40
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
}
}