From 8aee73c28f5d1a66e8f2dafbb235bc5d94a403fb Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Sat, 17 Sep 2022 21:05:32 +1000 Subject: [PATCH] check_spelling_c: update dictionary --- check_source/check_spelling_c_config.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index fb22c58..31135b2 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -223,6 +223,7 @@ dict_custom = { "rasterizing", "reallocations", "rebalancing", + "rebase", "recomputation", "recurse", "recursed", @@ -262,6 +263,8 @@ dict_custom = { "subdirectories", "subdirectory", "symmetrize", + "symmetrized", + "targetless", "teleporting", "templating", "tertiarily", @@ -300,6 +303,8 @@ dict_custom = { "unlinkable", "unlinked", "unlinking", + "unmap", + "unmapped", "unmatching", "unmaximized", "unnormalized", @@ -316,6 +321,7 @@ dict_custom = { "untag", "untagging", "untrusted", + "untyped", "unusably", "unvisited", "userless", -- GitLab