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
path: root/source
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2013-11-02 17:08:48 +0400
committerJoshua Leung <aligorith@gmail.com>2013-11-02 17:08:48 +0400
commit5c0a8ca73f65deedd4fb119a697349a532fae824 (patch)
tree7c3252357fbe496b3ca88a931366f0b6228f8b51 /source
parent08838e0d18045a904fa0b376fe0b407e77a45db2 (diff)
Quick test commit - fixing what looks like a typo in a comment
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/anim_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/anim_sys.c b/source/blender/blenkernel/intern/anim_sys.c
index d2189468f53..e52aaefd416 100644
--- a/source/blender/blenkernel/intern/anim_sys.c
+++ b/source/blender/blenkernel/intern/anim_sys.c
@@ -2124,7 +2124,7 @@ static void nlastrip_evaluate_meta(PointerRNA *ptr, ListBase *channels, ListBase
*/
nlastrip_evaluate(ptr, &tmp_channels, &tmp_modifiers, tmp_nes);
- /* assumulate temp-buffer and full-buffer, using the 'real' strip */
+ /* accumulate temp-buffer and full-buffer, using the 'real' strip */
nlaevalchan_buffers_accumulate(channels, &tmp_channels, nes);
/* free temp eval-strip */