Cleanup: spelling

This commit is contained in:
2020-08-26 09:41:30 +10:00
parent bbb6ec9e51
commit be4abb42c1
3 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ void multiresModifier_subdivide_to_level(struct Object *object,
Mesh *coarse_mesh = object->data;
if (coarse_mesh->totloop == 0) {
/* If there are no loops in the mesh inplies there is no CD_MDISPS as well. So can early output
/* If there are no loops in the mesh implies there is no CD_MDISPS as well. So can early output
* from here as there is nothing to subdivide. */
return;
}