Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-05-24 11:21:18 +10:00
parent 2511b260e1
commit 13c815085b
92 changed files with 142 additions and 140 deletions

View File

@@ -567,7 +567,7 @@ static int py_to_array(PyObject *seq,
* python data, the check here is mainly for completeness. */
if (copy_values(seq, ptr, prop, 0, data, item_size, NULL, convert_item, NULL) != NULL) {
if (param_data == NULL) {
/* NULL can only pass through in case RNA property arraylength is 0 (impossible?) */
/* NULL can only pass through in case RNA property array-length is 0 (impossible?) */
rna_set_array(ptr, prop, data);
PyMem_FREE(data);
}