From ace5677ef0db996a4236073d1e1d6895fd5cf4bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2019 00:55:11 +1100 Subject: Cleanup: spelling, repeated words --- source/blender/blenkernel/intern/gpencil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/intern/gpencil.c') diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c index 15532233a76..c51668ea68c 100644 --- a/source/blender/blenkernel/intern/gpencil.c +++ b/source/blender/blenkernel/intern/gpencil.c @@ -510,8 +510,8 @@ bGPDstroke *BKE_gpencil_add_stroke_existing_style( bGPDframe *gpf, bGPDstroke *existing, int mat_idx, int totpoints, short thickness) { bGPDstroke *gps = BKE_gpencil_add_stroke(gpf, mat_idx, totpoints, thickness); - /* Copy runtime color data so that strokes added in the modifier has the style. - * There are depsgrapgh reference pointers inside, + /* Copy run-time color data so that strokes added in the modifier has the style. + * There are depsgraph reference pointers inside, * change the copy function if interfere with future drawing implementation. */ memcpy(&gps->runtime, &existing->runtime, sizeof(bGPDstroke_Runtime)); return gps; -- cgit v1.2.3