From cd6b49f995fdca5240a9b97fa99b4dd669a047ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 7 Jul 2019 15:38:41 +1000 Subject: Cleanup: spelling --- source/blender/bmesh/intern/bmesh_mesh_conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/intern') diff --git a/source/blender/bmesh/intern/bmesh_mesh_conv.c b/source/blender/bmesh/intern/bmesh_mesh_conv.c index 7a100167b48..2000689b496 100644 --- a/source/blender/bmesh/intern/bmesh_mesh_conv.c +++ b/source/blender/bmesh/intern/bmesh_mesh_conv.c @@ -984,7 +984,7 @@ void BM_mesh_bm_to_me(Main *bmain, BMesh *bm, Mesh *me, const struct BMeshToMesh /** * A version of #BM_mesh_bm_to_me intended for getting the mesh * to pass to the modifier stack for evaluation, - * instad of mode switching (where we make sure all data is kept + * instead of mode switching (where we make sure all data is kept * and do expensive lookups to maintain shape keys). * * Key differences: -- cgit v1.2.3