[Bf-blender-cvs] [422dc1ea1f8] master: Typo fix

Sybren A. Stüvel noreply at git.blender.org
Wed Aug 9 14:00:40 CEST 2017


Commit: 422dc1ea1f83f7416ae6f45fb0609898a9303d5d
Author: Sybren A. Stüvel
Date:   Wed Aug 9 11:51:21 2017 +0200
Branches: master
https://developer.blender.org/rB422dc1ea1f83f7416ae6f45fb0609898a9303d5d

Typo fix

===================================================================

M	source/blender/modifiers/intern/MOD_meshsequencecache.c

===================================================================

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;




More information about the Bf-blender-cvs mailing list