From 4e45265dc6cafe0bf6f36a14a469288183059858 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:04:50 +1100 Subject: Cleanup: spelling in comments & strings --- source/blender/editors/sculpt_paint/paint_intern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index 62320defbb3..30314742958 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -265,7 +265,7 @@ typedef struct CurveMaskCache { int last_curve_timestamp; /** - * \brief sampled version of the brush curvemapping. + * \brief sampled version of the brush curve-mapping. */ float *sampled_curve; @@ -414,4 +414,3 @@ void paint_delete_blur_kernel(BlurKernel *); #ifdef __cplusplus } #endif - -- cgit v1.2.3