Cleanup: spelling in comments & strings

This commit is contained in:
2021-11-30 09:04:50 +11:00
parent 262ef26ea3
commit 4e45265dc6
36 changed files with 64 additions and 65 deletions

View File

@@ -3349,8 +3349,8 @@ static PyObject *bpy_bmiter_next(BPy_BMIter *self)
return (PyObject *)BPy_BMElem_CreatePyObject(self->bm, ele);
}
/* Dealloc Functions
* ================= */
/* Deallocate Functions
* ==================== */
static void bpy_bmesh_dealloc(BPy_BMesh *self)
{