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>2021-06-05 08:03:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-05 08:03:59 +0300
commit022f8b552d7c8efe39527ec49a593a706fa0c8fc (patch)
tree0109a65a61b78dd9a59be8209af2f06f03232f1f /source/blender/blenkernel/intern/collection.c
parent14508ef100c9c6c67300ac480b32c88c0e134f25 (diff)
Cleanup: spelling in comments
Also remove reference to function that never existed for adding `bNode`.
Diffstat (limited to 'source/blender/blenkernel/intern/collection.c')
-rw-r--r--source/blender/blenkernel/intern/collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/collection.c b/source/blender/blenkernel/intern/collection.c
index 5a7fe71de8e..7b1aaf04640 100644
--- a/source/blender/blenkernel/intern/collection.c
+++ b/source/blender/blenkernel/intern/collection.c
@@ -1643,7 +1643,7 @@ void BKE_collection_parent_relations_rebuild(Collection *collection)
continue;
}
- /* Can happen when remaping data partially out-of-Main (during advanced ID management
+ /* Can happen when remapping data partially out-of-Main (during advanced ID management
* operations like liboverride resync e.g.). */
if ((child->collection->id.tag & (LIB_TAG_NO_MAIN | LIB_TAG_COPIED_ON_WRITE)) != 0) {
continue;