From 0fd96b4128ffb5d24d01c8a937046720dd2f2fbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Jun 2019 09:24:38 +1000 Subject: Cleanup: spelling --- source/blender/draw/engines/gpencil/gpencil_engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/draw/engines/gpencil/gpencil_engine.c') diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.c b/source/blender/draw/engines/gpencil/gpencil_engine.c index 233e2ee2deb..6d1227bb0a8 100644 --- a/source/blender/draw/engines/gpencil/gpencil_engine.c +++ b/source/blender/draw/engines/gpencil/gpencil_engine.c @@ -467,8 +467,8 @@ void GPENCIL_cache_init(void *vedata) DRW_shgroup_uniform_int(mix_shgrp, "do_select", &stl->storage->do_select_outline, 1); DRW_shgroup_uniform_vec4(mix_shgrp, "select_color", stl->storage->select_color, 1); - /* mix pass no blend used to copy between passes. A separated pass is required - * because if mix_pass is used, the acumulation of blend degrade the colors. + /* Mix pass no blend used to copy between passes. A separated pass is required + * because if mix_pass is used, the accumulation of blend degrade the colors. * * This pass is used too to take the snapshot used for background_pass. This image * will be used as the background while the user is drawing. -- cgit v1.2.3