Cleanup: spelling

This commit is contained in:
2021-03-18 09:35:12 +11:00
parent 0c58ad8a34
commit bb6765f28f
75 changed files with 116 additions and 108 deletions

View File

@@ -401,7 +401,7 @@ void BM_mesh_decimate_dissolve_ex(BMesh *bm,
earray[i] = e_iter;
}
/* Remove all edges/verts left behind from dissolving,
* NULL'ing the vertex array so we dont re-use. */
* NULL'ing the vertex array so we don't re-use. */
for (i = bm->totedge - 1; i != -1; i--) {
e_iter = earray[i];