Fix various typos throughout the codebase

This commit is contained in:
luzpaz
2024-07-07 15:08:15 +00:00
committed by Chris Hennes
parent 0bce5fccc5
commit 9a1f487cdb
20 changed files with 24 additions and 24 deletions

View File

@@ -908,7 +908,7 @@ void ViewProviderAssembly::onSelectionChanged(const Gui::SelectionChanges& msg)
bool ViewProviderAssembly::onDelete(const std::vector<std::string>& subNames)
{
// Delete the assembly goups when assembly is deleted
// Delete the assembly groups when assembly is deleted
for (auto obj : getObject()->getOutList()) {
if (obj->getTypeId() == Assembly::JointGroup::getClassTypeId()
|| obj->getTypeId() == Assembly::ViewGroup::getClassTypeId()