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>2020-04-14 03:41:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-14 03:49:31 +0300
commit5f059c8751379edaabdffb68af7f27979c1c12f6 (patch)
tree7a86e5d465a4217c7fb0718bdd9cca8feea5dde7 /source/blender/blenkernel/intern/lib_id.c
parent9ce83acba47e5028e98949058c1fedc50385f6fd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/lib_id.c')
-rw-r--r--source/blender/blenkernel/intern/lib_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lib_id.c b/source/blender/blenkernel/intern/lib_id.c
index 9e4f1dda682..80f29a55b28 100644
--- a/source/blender/blenkernel/intern/lib_id.c
+++ b/source/blender/blenkernel/intern/lib_id.c
@@ -1724,7 +1724,7 @@ static void library_make_local_copying_check(ID *id,
* relation we want to check is in the other way around. */
if (entry->usage_flag & IDWALK_CB_LOOPBACK) {
#ifndef NDEBUG
- /* Some debug checks to ensure we explicitely are aware of all 'loopback' cases, since those
+ /* Some debug checks to ensure we explicitly are aware of all 'loop-back' cases, since those
* may not always be manageable in the same way... */
switch (GS(par_id->name)) {
case ID_OB: