Fix various typos

Found via codespell
This commit is contained in:
luzpaz
2025-09-07 22:04:55 -04:00
committed by Chris Hennes
parent 38f34894d4
commit ee78a6c536
4 changed files with 6 additions and 6 deletions

View File

@@ -123,7 +123,7 @@ def autogroup(obj):
if Gui.draftToolBar.autogroup is not None:
active_group = App.ActiveDocument.getObject(Gui.draftToolBar.autogroup)
if active_group is None:
# Layer/group does not exixt (anymore)
# Layer/group does not exist (anymore)
Gui.draftToolBar.setAutoGroup() # Change active layer/group in Tray to None.
return
if obj in active_group.InListRecursive: