bad spelling; 'indicies' --> 'indices'

This commit is contained in:
Campbell Barton
2011-01-18 01:58:19 +00:00
parent 28382c7983
commit 8cf1184c04
21 changed files with 34 additions and 34 deletions

View File

@@ -190,7 +190,7 @@ def extend(obj, operator, EXTEND_MODE):
# Done finding seams
# face connectivity - faces around each face
# only store a list of indicies for each face.
# only store a list of indices for each face.
face_faces = [[] for i in range(len(face_sel))]
for edge_key, faces in edge_faces.items():