From a771fdb5dc4b868cda4a778bfc4f2670111815bf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Aug 2019 10:52:39 +1000 Subject: Cleanup: clang-format, spelling --- source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpencil_modifiers/intern') diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c index 765967d8346..6b74f96ce31 100644 --- a/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c +++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c @@ -172,7 +172,7 @@ static bool isDisabled(GpencilModifierData *md, int UNUSED(userRenderParams)) /* The object type check is only needed here in case we have a placeholder * object assigned (because the library containing the lattice is missing). * - * In other cases it should be impossible to have a type missmatch. + * In other cases it should be impossible to have a type mismatch. */ return !mmd->object || mmd->object->type != OB_LATTICE; } -- cgit v1.2.3