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-30 03:52:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-30 03:55:31 +0300
commita771fdb5dc4b868cda4a778bfc4f2670111815bf (patch)
tree75654d27e70c0dead190d071d55956e8174bfaa7 /source/blender/gpencil_modifiers
parent2fca31a5d6558ea1543cf0163eb4b74368040ee7 (diff)
Cleanup: clang-format, spelling
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c2
1 files changed, 1 insertions, 1 deletions
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;
}