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>2011-10-17 10:39:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
commit61389bba41857ec468b5844e3fd9f713b4d9c4a5 (patch)
tree4f200e3bc3b8cb2a1c3dcf969a7883491502f0f0 /source/blender/blenkernel/BKE_animsys.h
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
Diffstat (limited to 'source/blender/blenkernel/BKE_animsys.h')
-rw-r--r--source/blender/blenkernel/BKE_animsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_animsys.h b/source/blender/blenkernel/BKE_animsys.h
index bf619d76e68..cf49c479fe3 100644
--- a/source/blender/blenkernel/BKE_animsys.h
+++ b/source/blender/blenkernel/BKE_animsys.h
@@ -146,7 +146,7 @@ void BKE_animsys_evaluate_animdata(struct Scene *scene, struct ID *id, struct An
void BKE_animsys_evaluate_all_animation(struct Main *main, struct Scene *scene, float ctime);
-/* ------------ Specialised API --------------- */
+/* ------------ Specialized API --------------- */
/* There are a few special tools which require these following functions. They are NOT to be used
* for standard animation evaluation UNDER ANY CIRCUMSTANCES!
*