From dfa16042bf7149475ad318d29a8202d969982abb Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Wed, 12 Oct 2022 10:41:46 +1100 Subject: [PATCH] check_spelling_c: update dictionary --- check_source/check_spelling_c_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 025660a..bf27f26 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -42,6 +42,7 @@ dict_custom = { "anisotropic", "anisotropy", "atomicity", + "bindless", "bitwise", "blocky", "boolean", @@ -267,6 +268,7 @@ dict_custom = { "subclassing", "subdirectories", "subdirectory", + "subtractive", "symmetrize", "symmetrized", "targetless", -- GitLab