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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-16 13:36:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-16 13:36:54 +0300
commitbcef99d3a7a04ce318da07c3ff03771f85804092 (patch)
treec9febaabd48f3233365ced7dd04c131d6fb59e13 /source/blender/blenkernel/intern/main.c
parent1579dc8c3b3974e98c513cffb2e407c11c32d11c (diff)
Cleanup: Spelling in comment
Diffstat (limited to 'source/blender/blenkernel/intern/main.c')
-rw-r--r--source/blender/blenkernel/intern/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/main.c b/source/blender/blenkernel/intern/main.c
index 61be1579fcf..00a950c5302 100644
--- a/source/blender/blenkernel/intern/main.c
+++ b/source/blender/blenkernel/intern/main.c
@@ -64,7 +64,7 @@ void BKE_main_free(Main *mainvar)
ListBase *lbarray[MAX_LIBARRAY];
int a;
- /* Since we are remonving whole main, no need to bother 'properly' (and slowly) removing each ID from it. */
+ /* Since we are removing whole main, no need to bother 'properly' (and slowly) removing each ID from it. */
const int free_flag = LIB_ID_FREE_NO_MAIN | LIB_ID_FREE_NO_UI_USER | LIB_ID_FREE_NO_USER_REFCOUNT;
MEM_SAFE_FREE(mainvar->blen_thumb);