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 <campbell@blender.org>2022-04-25 09:36:29 +0300
committerCampbell Barton <campbell@blender.org>2022-04-25 09:37:42 +0300
commit416ef3b6b2d21a2eb7a24183ab67c8a540f79d57 (patch)
treebedc41aaea48cbe8257bcc75dbe2d90dcc52d8a7 /source/blender/editors/interface/interface_templates.c
parent0efe581a5b00cd7016218031141e5d0cea42c1e4 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index f4d98102d4e..4e6437e043a 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -674,7 +674,7 @@ static void template_id_liboverride_hierarchy_create(bContext *C,
if (ID_IS_LINKED(object_active)) {
if (object_active->id.lib != id->lib ||
!ID_IS_OVERRIDABLE_LIBRARY_HIERARCHY(object_active)) {
- /* The active object is from a different library than the overriden ID, or otherwise
+ /* The active object is from a different library than the overridden ID, or otherwise
* cannot be used in hierarchy. */
object_active = NULL;
}
@@ -693,7 +693,7 @@ static void template_id_liboverride_hierarchy_create(bContext *C,
if (ID_IS_LINKED(collection_active)) {
if (collection_active->id.lib != id->lib ||
!ID_IS_OVERRIDABLE_LIBRARY_HIERARCHY(collection_active)) {
- /* The active collection is from a different library than the overriden ID, or otherwise
+ /* The active collection is from a different library than the overridden ID, or otherwise
* cannot be used in hierarchy. */
collection_active = NULL;
}