From 858ff6b69626bf8385debe06436b2f2abba56f45 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 7 Apr 2013 15:09:06 +0000 Subject: Fix for [#34898] Typo in error message of mathutils.Vector * Also fixed some more cases of "more then" -> "more than". --- source/blender/modifiers/intern/MOD_screw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_screw.c') diff --git a/source/blender/modifiers/intern/MOD_screw.c b/source/blender/modifiers/intern/MOD_screw.c index e7d62452590..7572ac152cb 100644 --- a/source/blender/modifiers/intern/MOD_screw.c +++ b/source/blender/modifiers/intern/MOD_screw.c @@ -349,7 +349,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob, * The new array for vert_connect must be at least sizeof(ScrewVertConnect) * totvert * and the size of our resulting meshes array is sizeof(MVert) * totvert * 3 * so its safe to use the second 2 thrids of MVert the array for vert_connect, - * just make sure ScrewVertConnect struct is no more then twice as big as MVert, + * just make sure ScrewVertConnect struct is no more than twice as big as MVert, * at the moment there is no chance of that being a problem, * unless MVert becomes half its current size. * -- cgit v1.2.3