Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-15 18:14:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-15 18:14:22 +0400
commit7f4bb1f71bfef6914fe610266e97b20346c8f05c (patch)
treed63fa958374b77401e147fbb30f27a91fcdb1a48 /source/blender/python
parent8dce8e0c1747c958713577eadb3a94682a4fa95a (diff)
spelling corrections in comments and quiet warning
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_library.c b/source/blender/python/intern/bpy_library.c
index 603bb0ed0ac..3b0c6a9ff25 100644
--- a/source/blender/python/intern/bpy_library.c
+++ b/source/blender/python/intern/bpy_library.c
@@ -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;