From f56fdad4e035696010ff0b64d93967c8535a5b73 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 19 Sep 2019 13:18:26 +1000 Subject: [PATCH] check_spelling_c: update word-list --- check_source/check_spelling_c_config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index b3e8866..c1278b9 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -30,6 +30,7 @@ dict_custom = { "breaked", "completers", "confusticate", "confusticated", + "customizable", "decrement", "decrementing", "deduplication", @@ -56,8 +57,8 @@ dict_custom = { "polygonization", "postprocessed", "precalculate", - "prepend", - "prepends", + "prefetch", "prefetching", + "prepend", "prepends", "probabilistically", "rasterize", "rasterizing", -- GitLab