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-10-20 01:19:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-20 01:19:21 +0300
commit93197c4660daaaa40527a701570f55ad76a99eb3 (patch)
treed1e3a76429c97249219afa12b6714df0987a2bd5 /source/blender/blenloader/BLO_readfile.h
parent967fec68837d3496b994094e5f24775ebcf6f6ce (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 541483d4eed..d2631840f74 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -220,7 +220,7 @@ typedef enum eBLOLibLinkFlags {
BLO_LIBLINK_NEEDS_ID_TAG_DOIT = 1 << 18,
/** Set fake user on appended IDs. */
BLO_LIBLINK_APPEND_SET_FAKEUSER = 1 << 19,
- /** Append (make local) also indirect dependencies of appended IDs comming from other libraries.
+ /** Append (make local) also indirect dependencies of appended IDs coming from other libraries.
* NOTE: All IDs (including indirectly linked ones) coming from the same initial library are
* always made local. */
BLO_LIBLINK_APPEND_RECURSIVE = 1 << 20,