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>2010-01-26 17:00:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-26 17:00:13 +0300
commit641774436f08f067939c9d854187da51e12c2454 (patch)
tree7d0fae49f54bd2e2fbbe2c6e916c0954736a8e08 /source/blender/blenloader/intern/undofile.c
parente307f6c6a0476d0ad68aded9033ec4f18532b58a (diff)
am learning bad spelling from blender. grr
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index f6fabbdad21..b11099c45f5 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -67,7 +67,7 @@ void BLO_free_memfile(MemFile *memfile)
memfile->size= 0;
}
-/* to keep list of memfiles consistant, 'first' is always first in list */
+/* to keep list of memfiles consistent, 'first' is always first in list */
/* result is that 'first' is being freed */
void BLO_merge_memfile(MemFile *first, MemFile *second)
{