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,