Commit: 34c474e695416bd07efae3502101ca549890c7bb
Author: Philipp Oeser
Date:   Wed May 9 14:26:47 2018 +0200
Branches: master
https://developer.blender.org/rB34c474e695416bd07efae3502101ca549890c7bb

Fix T54997: simple typo in property description

===================================================================

M       source/blender/editors/physics/particle_edit.c

===================================================================

diff --git a/source/blender/editors/physics/particle_edit.c 
b/source/blender/editors/physics/particle_edit.c
index 2f18a0cd4c0..c05bf4f7dea 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -2609,7 +2609,7 @@ void PARTICLE_OT_remove_doubles(wmOperatorType *ot)
 
        /* properties */
        RNA_def_float(ot->srna, "threshold", 0.0002f, 0.0f, FLT_MAX,
-                     "Merge Distance", "Threshold distance withing which 
particles are removed", 0.00001f, 0.1f);
+                     "Merge Distance", "Threshold distance within which 
particles are removed", 0.00001f, 0.1f);
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to