From 05dbc470ad9c1f953b5e8d2da5e3f1bfba6d4814 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Jan 2016 17:23:12 +1100 Subject: Cleanup: warnings & style --- source/blender/editors/sculpt_paint/sculpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 7cc70418fe7..5675b2e97f7 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -4819,7 +4819,7 @@ static void sculpt_brush_stroke_cancel(bContext *C, wmOperator *op) Sculpt *sd = CTX_data_tool_settings(C)->sculpt; const Brush *brush = BKE_paint_brush(&sd->paint); - /* XXX Cancelling strokes that way does not work with dynamic topology, user will have to do real undo for now. + /* XXX Canceling strokes that way does not work with dynamic topology, user will have to do real undo for now. * See T46456. */ if (ss->cache && !sculpt_stroke_is_dynamic_topology(ss, brush)) { paint_mesh_restore_co(sd, ob); -- cgit v1.2.3