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-03-09 10:30:52 +0400
committerJoshua Leung <aligorith@gmail.com>2014-03-15 02:45:52 +0400
commite81d98aff783657c10c18a3ceb446a5a5f373640 (patch)
tree7c4efadfa90d6cb6066a186471a6cedbfad627dd /source/blender/editors/animation/anim_filter.c
parentd908c90d6dd52b8a837a8eddb96d1b128633deed (diff)
Spelling fix
Diffstat (limited to 'source/blender/editors/animation/anim_filter.c')
-rw-r--r--source/blender/editors/animation/anim_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index a4a1e951477..c1820ff1b3a 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -1867,7 +1867,7 @@ static size_t animdata_filter_ds_modifiers(bAnimContext *ac, ListBase *anim_data
size_t items = 0;
/* 1) create a temporary "context" containing all the info we have here to pass to the callback
- * use to walk thorugh the dependencies of the modifiers
+ * use to walk through the dependencies of the modifiers
*
* ! Assumes that all other unspecified values (i.e. accumulation buffers) are zero'd out properly
*/