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_correctivesmooth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_correctivesmooth.c') diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.c b/source/blender/modifiers/intern/MOD_correctivesmooth.c index 70ab6559b65..8b6c306dae8 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.c +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.c @@ -806,8 +806,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. */ csmd.bind_coords_num = 0; csmd.bind_coords = NULL; } -- cgit v1.2.3