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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-07 14:17:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-07 14:17:26 +0400
commit98abc80dcf52e6711d20f7e5738e5a8797567f24 (patch)
tree10dbd01370985aa92e0043764b1e7a1d7dd2c404 /source/blender/editors/mask/mask_shapekey.c
parent7a9838b5d38c0f7a7f97f59c29c4004d6924bbfd (diff)
Correction to previous commit
Diffstat (limited to 'source/blender/editors/mask/mask_shapekey.c')
-rw-r--r--source/blender/editors/mask/mask_shapekey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_shapekey.c b/source/blender/editors/mask/mask_shapekey.c
index 9dcc0aa063d..30c960bda0f 100644
--- a/source/blender/editors/mask/mask_shapekey.c
+++ b/source/blender/editors/mask/mask_shapekey.c
@@ -296,7 +296,7 @@ static int mask_shape_key_rekey_exec(bContext *C, wmOperator *op)
masklay_shape_b = masklay_shape;
masklay_shape_lastsel = NULL;
- /* this will be freed below, sep over selection */
+ /* this will be freed below, step over selection */
masklay_shape_next = masklay_shape->next;
}
}