From d8c4ae2c23a36d9609d47142dc72f243551258f1 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 10 Oct 2019 10:30:02 +1100 Subject: [PATCH] check_spelling_c_config: update word list --- check_source/check_spelling_c_config.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 4988224..375ff3f 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -24,11 +24,18 @@ dict_custom = { # Added to newer versions of the dictionary, # we can remove these when the updated word-lists have been applied to aspell-en. "accessor", "accessors", - "completers", + "completer", "completers", "enqueue", "enqueued", "enqueues", + "intrinsics", + "iterable", "parallelization", "parallelized", + "pipelining", + "polygonization", "prepend", "prepends", + "rasterize", + "reachability", + "runtime", "serializable", "unary", "variadic", @@ -53,6 +60,7 @@ dict_custom = { "dereference", "dereferenced", "desaturate", "destructors", + "dialogs", "discretization", "eachother", "editability", @@ -60,22 +68,17 @@ dict_custom = { "finalizer", "initializer" "instantiation", - "iterable", "merchantability", "monospaced", "natively", "parameterization", - "pipelining", - "polygonization", "postprocessed", "precalculate", "prefetch", "prefetching", "probabilistically", "psudocode", - "rasterize", "rasterizer", "rasterizing", - "reachability", "recurse", "recurses", "recursed", "redistributions", @@ -120,7 +123,6 @@ dict_custom = { "ortho", "recalc", "reparent", - "runtime", "struct", "structs", "subdir", "tooltip", @@ -147,7 +149,6 @@ dict_custom = { "foo", "hashable", "http", - "intrinsics", "jitter", "jittering", "keymap", "lerp", -- GitLab