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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-08-09 12:51:21 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-08-09 14:59:58 +0300
commit422dc1ea1f83f7416ae6f45fb0609898a9303d5d (patch)
tree67da15eb8455def577eff3a86935227312c35793
parent8cfb9b95359758194c2f5305eb28eb74480a9118 (diff)
Typo fix
-rw-r--r--source/blender/modifiers/intern/MOD_meshsequencecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 411779c508c..5b059ef89d2 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -102,7 +102,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
#ifdef WITH_ALEMBIC
MeshSeqCacheModifierData *mcmd = (MeshSeqCacheModifierData *) md;
- /* Only used to check wehther we are operating on org data or not... */
+ /* Only used to check whether we are operating on org data or not... */
Mesh *me = (ob->type == OB_MESH) ? ob->data : NULL;
DerivedMesh *org_dm = dm;