Cleanup: spelling in comments

This commit is contained in:
2022-05-17 15:34:02 +10:00
parent 1a740c2541
commit c93f3b4596
12 changed files with 22 additions and 24 deletions

View File

@@ -1279,9 +1279,8 @@ static PyObject *BPy_IDGroup_pop(BPy_IDProperty *self, PyObject *args)
pyform = BPy_IDGroup_MapDataToPy(idprop);
if (pyform == NULL) {
/* ok something bad happened with the #PyObject,
* so don't remove the prop from the group. if `pyform is
* NULL, then it already should have raised an exception. */
/* Ok something bad happened with the #PyObject, so don't remove the prop from the group.
* if `pyform` is NULL, then it already should have raised an exception. */
return NULL;
}