Cleanup: style, spelling

This commit is contained in:
2015-07-06 14:18:03 +10:00
parent 499308d079
commit 72565fbf30
10 changed files with 18 additions and 17 deletions

View File

@@ -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;
}