From 959a06b8ffdfe7eb28721c6ec559354825819058 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 21 Oct 2020 09:54:22 -0500 Subject: UI: Fix typo in sculpt trim tool description --- source/blender/editors/sculpt_paint/paint_mask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index ef22766cd0c..f130c2ee685 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -850,7 +850,7 @@ static EnumPropertyItem prop_trim_operation_types[] = { "JOIN", 0, "Join", - "Join the new mesh as separate geometry, without preforming any boolean operation"}, + "Join the new mesh as separate geometry, without performing any boolean operation"}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3