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/intern
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/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c4
1 files changed, 2 insertions, 2 deletions
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*/