fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.

This commit is contained in:
2011-10-17 06:39:13 +00:00
parent 67c15da97d
commit 61389bba41
35 changed files with 42 additions and 42 deletions

View File

@@ -149,7 +149,7 @@ typedef struct {
PyObject *in_weakreflist;
#endif
/* collection iterator spesific parts */
/* collection iterator specific parts */
CollectionPropertyIterator iter;
} BPy_PropertyCollectionIterRNA;