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>2013-05-26 16:02:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-26 16:02:29 +0400
commit5e347c4f71bf220bb735e8f9b9b965ce8644d77c (patch)
treedc4a4eb26ab912df3a9e3b63bef039e8ee54cfa7 /source/blender/makesdna/DNA_anim_types.h
parent1014dbaea17d4f0cb8163bfc116e5e77ab044ef1 (diff)
code cleanup: typos
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index 73e2a9f433b..fc0dd54a8e7 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -275,7 +275,7 @@ typedef struct DriverTarget {
char pchan_name[32]; /* name of the posebone to use (for vars where DTAR_FLAG_STRUCT_REF is used) */
short transChan; /* transform channel index (for DVAR_TYPE_TRANSFORM_CHAN)*/
- short flag; /* flags for the validity of the target (NOTE: these get reset everytime the types change) */
+ short flag; /* flags for the validity of the target (NOTE: these get reset every time the types change) */
int idtype; /* type of ID-block that this target can use */
} DriverTarget;