From e866b96c675482691837353caf4eaac165c99ab2 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Tue, 5 Jul 2022 14:01:19 +1000 Subject: [PATCH] check_spelling_c: update dictionary --- check_source/check_spelling_c_config.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 02804c1..c5cc4c6 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -33,7 +33,6 @@ dict_custom = { "accessor", "additively", "adjoint", - "orthogonally", "adjugate", "affectable", "alignable", @@ -43,6 +42,7 @@ dict_custom = { "anisotropic", "anisotropy", "atomicity", + "bitwise", "boolean", "borderless", "breaked", @@ -60,6 +60,7 @@ dict_custom = { "confusticate", "confusticated", "constructability", + "constructible", "coplanarity", "copyable", "counterforce", @@ -93,6 +94,8 @@ dict_custom = { "discretized", "discretizes", "downcasting", + "draggable", + "drawable", "durations", "eachother", "editability", @@ -116,6 +119,7 @@ dict_custom = { "incrementation", "initializer", "initializers", + "inlining", "instancer", "instancers", "instantiable", @@ -129,6 +133,8 @@ dict_custom = { "iteratively", "jitteryness", "linkable", + "lockless", + "losslessly", "luminances", "mappable", "merchantability", @@ -146,6 +152,7 @@ dict_custom = { "occluders", "optionals", "orthogonalize", + "orthogonally", "orthonormalize", "orthonormalized", "overridable", @@ -192,6 +199,7 @@ dict_custom = { "probabilistically", "procedurally", "profiler", + "purgeability", "quadratically", "rasterizer", "rasterizes", @@ -204,6 +212,7 @@ dict_custom = { "recurses", "recursing", "recursivity", + "redefinitions", "redistributions", "registerable", "remappable", @@ -260,6 +269,7 @@ dict_custom = { "unlinkable", "unlinked", "unlinking", + "unmatching", "unmaximized", "unnormalized", "unparameterized", @@ -324,11 +334,13 @@ dict_custom = { "unparent", # Accepted abbreviations. + # "dir", # direction/directory? Too ambiguous, don't use this. "anim", # animation. + "attr", + "attrs", "config", # configuration. "coord", "coords", - # "dir", # direction/directory. "iter", # iteration. "multi", "numpad", # numeric-pad. -- GitLab