From be4abb42c18f609005d7211d4d9fb91f35e5c1db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Aug 2020 09:41:30 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/multires_reshape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/multires_reshape.c') diff --git a/source/blender/blenkernel/intern/multires_reshape.c b/source/blender/blenkernel/intern/multires_reshape.c index f9383a46be0..5bcf8f62f86 100644 --- a/source/blender/blenkernel/intern/multires_reshape.c +++ b/source/blender/blenkernel/intern/multires_reshape.c @@ -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; } -- cgit v1.2.3