From e133fc08cd3254bb3d3bd1345028c8486700bca4 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 2 Feb 2023 13:57:32 +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 b5203c6..2964d5e 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -177,6 +177,7 @@ dict_custom = { "overridable", "paddings", "pannable", + "parallelepiped", "parallelize", "parallelizing", "parameterization", @@ -272,6 +273,7 @@ dict_custom = { "subclassing", "subdirectories", "subdirectory", + "suboptimally", "subtractive", "superset", "symmetrize", -- GitLab