From a67c7693a76b9043300f85d95e5fdeb7ac65583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dietrich?= Date: Thu, 17 Mar 2022 23:56:55 +0100 Subject: [PATCH] Fix typo in smooth brush tooltip --- source/blender/makesrna/intern/rna_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 6052a742ad5..ee4718aff03 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -33,7 +33,7 @@ static const EnumPropertyItem prop_direction_items[] = { #ifdef RNA_RUNTIME static const EnumPropertyItem prop_smooth_direction_items[] = { - {0, "SMOOTH", ICON_ADD, "Smooth", "Smooth the surfae"}, + {0, "SMOOTH", ICON_ADD, "Smooth", "Smooth the surface"}, {BRUSH_DIR_IN, "ENHANCE_DETAILS", ICON_REMOVE,