Cleanup: spelling

This commit is contained in:
2022-09-19 14:47:27 +10:00
parent 4baa6e57bd
commit 6424fbca94
85 changed files with 169 additions and 165 deletions

View File

@@ -4277,6 +4277,6 @@ char *BPy_BMElem_StringFromHType(const char htype)
static void bm_dealloc_editmode_warn(BPy_BMesh *self)
{
if (self->flag & BPY_BMFLAG_IS_WRAPPED) {
/* currently nop - this works without warnings now */
/* Currently NOP - this works without warnings now. */
}
}