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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-25 11:25:48 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-25 11:26:57 +0300
commit9fff5c296503ee51e4f5307b5dd146b3fe47846e (patch)
tree1b3eaf4f2dfc01caa1600b0fe037e624b4c7a9c5 /source/blender/makesrna/intern/rna_nodetree.c
parentfbfa904bce9b852a2bc3efaac339f34362e16944 (diff)
Fix T70236: voronoi misspelling in description
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 668cc05d070..b9b7506cf42 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -4431,7 +4431,7 @@ static void def_sh_tex_voronoi(StructRNA *srna)
"DISTANCE_TO_EDGE",
0,
"Distance To Edge",
- "Computes the distance to the edge of the vornoi cell"},
+ "Computes the distance to the edge of the voronoi cell"},
{SHD_VORONOI_N_SPHERE_RADIUS,
"N_SPHERE_RADIUS",
0,