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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-10-12 13:25:19 +0300
committerBastien Montagne <bastien@blender.org>2021-10-12 17:18:50 +0300
commitaaf3a63dca54d154711753455d9f1ef3957e99e7 (patch)
treedf34a2b1acc7a247ffd71b5d6277693aa0312761 /source
parentc1a1644db7b13425675819eeea9ef96bab4f5c97 (diff)
Cleanup: Typo in comment.
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_files_link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c
index 50ab4f338a6..260ea73cc3b 100644
--- a/source/blender/windowmanager/intern/wm_files_link.c
+++ b/source/blender/windowmanager/intern/wm_files_link.c
@@ -624,7 +624,7 @@ static int foreach_libblock_append_callback(LibraryIDLinkCallbackData *cb_data)
item = wm_link_append_data_item_add(data->lapp_data, id->name, GS(id->name), NULL);
item->new_id = id;
item->source_library = id->lib;
- /* Since we did not have an item for that ID yet, we now user did not selected it explicitly,
+ /* Since we did not have an item for that ID yet, we know user did not selected it explicitly,
* it was rather linked indirectly. This info is important for instantiation of collections. */
item->append_tag |= WM_APPEND_TAG_INDIRECT;
BLI_ghash_insert(data->lapp_data->new_id_to_item, id, item);