code cleanup: spelling

This commit is contained in:
2012-07-16 23:23:33 +00:00
parent 1f96470b5d
commit 32cf7fcdb1
96 changed files with 150 additions and 157 deletions

View File

@@ -152,7 +152,7 @@ PyObject *BPy_IDGroup_WrapData(ID *id, IDProperty *prop, IDProperty *parent)
}
}
#if 0 /* UNUSED, currenly assignment overwrites into new properties, rather than setting in-place */
#if 0 /* UNUSED, currently assignment overwrites into new properties, rather than setting in-place */
static int BPy_IDGroup_SetData(BPy_IDProperty *self, IDProperty *prop, PyObject *value)
{
switch (prop->type) {