spelling corrections in comments and quiet warning

This commit is contained in:
2011-10-15 14:14:22 +00:00
parent 8dce8e0c17
commit 7f4bb1f71b
17 changed files with 24 additions and 23 deletions

View File

@@ -58,7 +58,7 @@
typedef struct {
PyObject_HEAD /* required python macro */
/* collection iterator spesific parts */
/* collection iterator specific parts */
char relpath[FILE_MAX];
char abspath[FILE_MAX]; /* absolute path */
BlendHandle *blo_handle;