From 34c474e695416bd07efae3502101ca549890c7bb Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Wed, 9 May 2018 14:26:47 +0200 Subject: Fix T54997: simple typo in property description --- source/blender/editors/physics/particle_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); } -- cgit v1.2.3