From c93f3b4596234491562cde4f22b37a34d59875cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 May 2022 15:34:02 +1000 Subject: Cleanup: spelling in comments --- source/blender/modifiers/intern/MOD_meshdeform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_meshdeform.c') diff --git a/source/blender/modifiers/intern/MOD_meshdeform.c b/source/blender/modifiers/intern/MOD_meshdeform.c index c5db0a5f21a..0cff85d30ec 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.c +++ b/source/blender/modifiers/intern/MOD_meshdeform.c @@ -589,8 +589,8 @@ static void blendWrite(BlendWriter *writer, const ID *id_owner, const ModifierDa BLI_assert(!ID_IS_LINKED(id_owner)); const bool is_local = (md->flag & eModifierFlag_OverrideLibrary_Local) != 0; if (!is_local) { - /* Modifier comming from linked data cannot be bound from an override, so we can remove all - * binding data, can save a sgnificant amout of memory. */ + /* Modifier coming from linked data cannot be bound from an override, so we can remove all + * binding data, can save a significant amount of memory. */ mmd.influences_num = 0; mmd.bindinfluences = NULL; mmd.verts_num = 0; -- cgit v1.2.3