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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-05-16 18:25:25 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-05-16 18:25:25 +0400
commit2e89e0096a5520e3fa042eb748958507d251c77a (patch)
tree105698db977feadf059b90fd1dd3dac9fd65e787 /source/blender/makesdna
parent1f49f335a9b6358e067ea71683efeb3df4f9d769 (diff)
Spell check fix (lenght -> length)
Note: two remains, in comments in extern/bullet2/src/LinearMath/btVector3.h and extern/libmv/libmv/image/tuple.h.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_movieclip_types.h2
-rw-r--r--source/blender/makesdna/intern/makesdna.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_movieclip_types.h b/source/blender/makesdna/DNA_movieclip_types.h
index ed7310ff883..f073a1957dc 100644
--- a/source/blender/makesdna/DNA_movieclip_types.h
+++ b/source/blender/makesdna/DNA_movieclip_types.h
@@ -84,7 +84,7 @@ typedef struct MovieClip {
struct MovieClipProxy proxy; /* proxy to clip data */
int flag;
- int len; /* lenght of movie */
+ int len; /* length of movie */
} MovieClip;
typedef struct MovieClipScopes {
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index fd32def784d..ae79e7b39b0 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -212,7 +212,7 @@ void dna_write(FILE *file, void *pntr, int size);
/**
* Report all structures found so far, and print their lengths.
*/
-void printStructLenghts(void);
+void printStructLengths(void);
@@ -901,7 +901,7 @@ void dna_write(FILE *file, void *pntr, int size)
}
}
-void printStructLenghts(void)
+void printStructLengths(void)
{
int a, unknown = nr_structs, structtype;
/*int lastunknown;*/ /*UNUSED*/