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:
authorHans Goudey <h.goudey@me.com>2021-02-15 00:31:01 +0300
committerHans Goudey <h.goudey@me.com>2021-02-15 00:31:01 +0300
commit7a608f88a713c162d5a8b6d3a31795d1d92aa1ac (patch)
treebb450eaac845205986b7b7348bf3316c7d42f28e /source/blender/makesrna
parent80a8df72be99b250ca5c0fc305b586377f8abf53 (diff)
Fix T85633: Misspelling of "neighborhood" in description
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 938f051cd55..9479d15c2cc 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -7388,7 +7388,7 @@ static void rna_def_scene_eevee(BlenderRNA *brna)
RNA_def_property_ui_text(prop,
"Neighbor Rejection",
"Maximum brightness to consider when rejecting bokeh sprites "
- "based on neighboorhod (lower is faster)");
+ "based on neighborhood (lower is faster)");
RNA_def_property_range(prop, 0.0f, 100000.0f);
RNA_def_property_ui_range(prop, 0.0f, 40.0f, 10, 2);
RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);