Code Cleanup: spelling

This commit is contained in:
Campbell Barton
2014-01-13 14:53:41 +11:00
parent 717bf85545
commit 61ff3dfdda
7 changed files with 11 additions and 11 deletions

View File

@@ -172,7 +172,7 @@ class OBJECT_PT_groups(ObjectButtonsPanel, Panel):
obj_name = obj.name
for group in bpy.data.groups:
# XXX this is slow and stupid!, we need 2 checks, one thats fast
# and another that we can be sure its not a name collission
# and another that we can be sure its not a name collision
# from linked library data
group_objects = group.objects
if obj_name in group.objects and obj in group_objects[:]: