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>2015-07-06 07:18:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-06 10:45:11 +0300
commit72565fbf30378f1100da4c24e4e365b017fa447a (patch)
treedf51249c8b4ce195c0dc7c2e4da4f46e1fa00467 /source/blender/python/intern/bpy_props.c
parent499308d07962e66f3db8dc313ece3a36e4a9e67d (diff)
Cleanup: style, spelling
Diffstat (limited to 'source/blender/python/intern/bpy_props.c')
-rw-r--r--source/blender/python/intern/bpy_props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index b0fae243182..4dcd642634a 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -2696,7 +2696,7 @@ static PyObject *BPy_EnumProperty(PyObject *self, PyObject *args, PyObject *kw)
}
if (def == Py_None) {
- /* This allows to get same behavior when explicitely passing None as default value,
+ /* This allows to get same behavior when explicitly passing None as default value,
* and not defining a default value at all! */
def = NULL;
}