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:
authorNicholas Bishop <nicholasbishop@gmail.com>2010-07-20 02:05:25 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2010-07-20 02:05:25 +0400
commit5c516712274e08afcd350cfc41b00c572db4fdba (patch)
tree4c0ed57dd9dd033234c19a5156ae7340d416bd14 /source/blender/modifiers/intern
parentbf22acbaffd755a5b9eecd9e4c265fff8307f447 (diff)
parentc7ce37471d8f7858735695ad92db1731fa2c1ae3 (diff)
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30325:30510
Diffstat (limited to 'source/blender/modifiers/intern')
-rw-r--r--source/blender/modifiers/intern/MOD_screw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_screw.c b/source/blender/modifiers/intern/MOD_screw.c
index a1deaa140db..ab2f8925636 100644
--- a/source/blender/modifiers/intern/MOD_screw.c
+++ b/source/blender/modifiers/intern/MOD_screw.c
@@ -767,7 +767,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
mface_index++;
/* new vertical edge */
- if (j) { /* The first set is alredy dome */
+ if (j) { /* The first set is already dome */
med_new->v1= i1;
med_new->v2= i2;
med_new->flag= med_new_firstloop->flag;