From 342e73f90fc5c41af8db3a6e3dfdf1746f7f5bc4 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 24 Sep 2018 18:46:51 +0200 Subject: Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz. Differential Revision: https://developer.blender.org/D3719 --- source/blender/makesdna/DNA_brush_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_brush_types.h') diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h index 970605d6be7..6c382dcbcab 100644 --- a/source/blender/makesdna/DNA_brush_types.h +++ b/source/blender/makesdna/DNA_brush_types.h @@ -55,7 +55,7 @@ typedef struct BrushClone { typedef struct BrushGpencilSettings { float draw_smoothfac; /* amount of smoothing to apply to newly created strokes */ - float draw_sensitivity; /* amount of sensivity to apply to newly created strokes */ + float draw_sensitivity; /* amount of sensitivity to apply to newly created strokes */ float draw_strength; /* amount of alpha strength to apply to newly created strokes */ float draw_jitter; /* amount of jitter to apply to newly created strokes */ float draw_angle; /* angle when the brush has full thickness */ -- cgit v1.2.3