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 <bastien@blender.org>2021-03-22 12:56:25 +0300
committerBastien Montagne <bastien@blender.org>2021-03-22 12:56:25 +0300
commit82d3b0f9278619000f96fa3a20c068a26c82d5ba (patch)
tree51f1ce82ff9d9feb4f1ff9dd4d1f9cc84ac13af1 /source/blender/makesrna/intern
parent14caab7257996e19b1b27186715f1a035053899a (diff)
Fix UI (and code!) typos.
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 77a4d636adc..b04fea11a4d 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -2673,7 +2673,7 @@ static void rna_def_object_lineart(BlenderRNA *brna)
PropertyRNA *prop;
static EnumPropertyItem prop_feature_line_usage_items[] = {
- {OBJECT_LRT_INHERENT, "INHEREIT", 0, "Inhereit", "Use settings from the parent collection"},
+ {OBJECT_LRT_INHERIT, "INHERIT", 0, "Inherit", "Use settings from the parent collection"},
{OBJECT_LRT_INCLUDE,
"INCLUDE",
0,