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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-11-20 20:21:13 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-11-20 20:21:13 +0400
commit9089d72f06b0e2e69f2d42e059c526c477185e32 (patch)
tree751df66e802578d8933359e466c06e03f68091f3 /source/blender/makesdna/intern/dna_genfile.c
parent8c03c3a63085cbb9491f8d7f725779d8b47ae184 (diff)
Various typo cleanups, remove unnecessary code etc, found during recent work and separated to a cleanup change
Diffstat (limited to 'source/blender/makesdna/intern/dna_genfile.c')
-rw-r--r--source/blender/makesdna/intern/dna_genfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c
index 49f012a4b4d..197802bfc23 100644
--- a/source/blender/makesdna/intern/dna_genfile.c
+++ b/source/blender/makesdna/intern/dna_genfile.c
@@ -390,7 +390,7 @@ static void init_structDNA(SDNA *sdna, int do_endian_swap)
while(nr<sdna->nr_types) {
sdna->types[nr]= cp;
- /* this is a patch, to change struct names without a confict with SDNA */
+ /* this is a patch, to change struct names without a conflict with SDNA */
/* be careful to use it, in this case for a system-struct (opengl/X) */
if( *cp == 'b') {