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>2013-02-06 18:02:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-06 18:02:19 +0400
commit296444e1dc28db95642ab5a804b9b0df606a4725 (patch)
tree327b0356f1468539a628789528b302689bd23784 /source/blender/python/intern/bpy_interface.c
parent8b1fb0fd2aac4a393cca8bb4e9fa21dc5f53cced (diff)
style cleanup: some warnigs & spelling.
Diffstat (limited to 'source/blender/python/intern/bpy_interface.c')
-rw-r--r--source/blender/python/intern/bpy_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index 4f40382bdc4..543ddebe61f 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -332,7 +332,7 @@ void BPY_python_start(int argc, const char **argv)
PyErr_Print();
PyErr_Clear();
}
- // Py_DECREF(mod); /* ideally would decref, but in this case we never wan't to free */
+ // Py_DECREF(mod); /* ideally would decref, but in this case we never want to free */
}
}
#endif