From 4c1e01e3e309282beb1af3b1eddb2c7f9a666b5d Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 25 Mar 2022 14:56:22 +1100 Subject: [PATCH] check_spelling_c: update dictionary --- check_source/check_spelling_c_config.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 4b1d851..d9b9d72 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -54,8 +54,8 @@ dict_custom = { "checksums", "clearcoat", "collinear", - "comparator,", - "comparators,", + "comparator", + "comparators", "compilable", "confusticate", "confusticated", @@ -75,6 +75,7 @@ dict_custom = { "deduplicating", "deduplication", "degeneracies", + "deleter", "denoised", "denoiser", "denoising", @@ -96,6 +97,7 @@ dict_custom = { "effector", "effectors", "embedder", + "enablement", "enqueueing", "equiangular", "extrema", @@ -143,6 +145,7 @@ dict_custom = { "orthogonalize", "overridable", "paddings", + "pannable", "parallelize", "parallelizing", "parameterization", @@ -191,6 +194,7 @@ dict_custom = { "recurse", "recursed", "recurses", + "recursing", "recursivity", "redistributions", "registerable", @@ -239,6 +243,7 @@ dict_custom = { "undisplaced", "uneditable", "unflagged", + "unfoldable", "unformatted", "unhandled", "unkeyframed", -- GitLab