From 46a2592eef90782bea6124767c072f275330bd00 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Jul 2022 13:21:53 +1000 Subject: Cleanup: spelling in comments, typos in tool-tips --- source/blender/editors/sculpt_paint/paint_stroke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c') diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c index 88e7a786a47..736942b9f72 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -123,7 +123,7 @@ typedef struct PaintStroke { StrokeRedraw redraw; StrokeDone done; - bool original; /* Raycast original mesh at start of stroke */ + bool original; /* Ray-cast original mesh at start of stroke. */ } PaintStroke; /*** Cursors ***/ -- cgit v1.2.3