Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-08-27 18:55:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-27 18:57:09 +0300
commitec9e2dc3c08412b906d3d588b0a1268bbbdeb97e (patch)
treeb26991f4745d15e2962e9801c8dac00b319e916c /source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c
parent179226977be6ae56f49024fd5cf644cd77947d22 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c
index acf9b5c3642..1f2f0554dd5 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c
@@ -158,8 +158,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 armature 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_ARMATURE;
}