From 3a8d9198b33d9c90abd3a134ee26e2f68ff52002 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 6 Sep 2020 01:45:38 +1000 Subject: Cleanup: spelling --- source/blender/editors/sculpt_paint/paint_mask.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_mask.c') diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index 843454e6f59..fd17793b6de 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -278,8 +278,8 @@ typedef struct SculptGestureOperation { /* Apply the gesture action for each symmetry pass. */ void (*sculpt_gesture_apply_for_symmetry_pass)(struct bContext *, SculptGestureContext *); - /* Remaining actions after finishing the symmetry passes iterations (updating datalayers, tagging - * PBVH updates...) */ + /* Remaining actions after finishing the symmetry passes iterations + * (updating data-layers, tagging PBVH updates...). */ void (*sculpt_gesture_end)(struct bContext *, SculptGestureContext *); } SculptGestureOperation; -- cgit v1.2.3