From 14897fb6533a6fcfdb665a215b8daf72b6550574 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Apr 2019 14:14:14 +1000 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_select_pick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_select_pick.c') diff --git a/source/blender/gpu/intern/gpu_select_pick.c b/source/blender/gpu/intern/gpu_select_pick.c index 1880a0cfbdf..939279d82ff 100644 --- a/source/blender/gpu/intern/gpu_select_pick.c +++ b/source/blender/gpu/intern/gpu_select_pick.c @@ -483,7 +483,7 @@ bool gpu_select_pick_load_id(uint id, bool end) if (ps->gl.is_init) { if (id == ps->gl.prev_id && !end) { /* No need to read if we are still drawing for the same id since - * all these depths will be merged / deduplicated in the end. */ + * all these depths will be merged / de-duplicated in the end. */ return true; } -- cgit v1.2.3