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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-11 19:29:20 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-11 19:29:20 +0300
commita9c0ad53e2609f4582f00822498f31e8ba0925f8 (patch)
tree9f374ab9881e52098ebd57b1daf7869635fff6b1 /source/blender/blenkernel/BKE_lib_query.h
parenta54e17e52dc1202df99951c9873fa9211b2ee07b (diff)
Cleanup: Typo in comments.
Diffstat (limited to 'source/blender/blenkernel/BKE_lib_query.h')
-rw-r--r--source/blender/blenkernel/BKE_lib_query.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_lib_query.h b/source/blender/blenkernel/BKE_lib_query.h
index 845351f22fa..f3e15529f77 100644
--- a/source/blender/blenkernel/BKE_lib_query.h
+++ b/source/blender/blenkernel/BKE_lib_query.h
@@ -91,11 +91,11 @@ typedef struct LibraryIDLinkCallbackData {
void *user_data;
/**
* 'Real' ID, the one that might be in bmain, only differs from self_id when the later is an
- * embeded one.
+ * embedded one.
*/
struct ID *id_owner;
/**
- * ID from which the current ID pointer is being processed. It may be an embeded ID like master
+ * ID from which the current ID pointer is being processed. It may be an embedded ID like master
* collection or root node tree.
*/
struct ID *id_self;