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:
authorJoshua Leung <aligorith@gmail.com>2014-02-21 17:37:14 +0400
committerJoshua Leung <aligorith@gmail.com>2014-03-07 17:15:59 +0400
commitf16a6e3016e37915662e509384ea829a21a4d9c8 (patch)
treef11d3a688663ec03314ae938685054d606eb16a1 /source/blender/editors/animation/keyingsets.c
parente097c987a8a55f2eb09c19ceac923e7c32e19d89 (diff)
Comment fixes
Diffstat (limited to 'source/blender/editors/animation/keyingsets.c')
-rw-r--r--source/blender/editors/animation/keyingsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c
index 74bd4960838..9d8fc708de6 100644
--- a/source/blender/editors/animation/keyingsets.c
+++ b/source/blender/editors/animation/keyingsets.c
@@ -927,7 +927,7 @@ int ANIM_apply_keyingset(bContext *C, ListBase *dsources, bAction *act, KeyingSe
/* use KeyingSet's flags as base */
kflag = ks->keyingflag;
- /* suppliment with info from the context */
+ /* supplement with info from the context */
kflag |= ANIM_get_keyframing_flags(scene, 1);
}
else if (mode == MODIFYKEY_MODE_DELETE)