From 284f78b77d137687bc7bed17c945ef651721cccf Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Tue, 26 Apr 2022 15:05:49 +1000 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 87db1a7..ba963c4 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -90,6 +90,7 @@ dict_custom = { "dihedral", "discoverability", "discretization", + "discretizes", "downcasting", "durations", "eachother", @@ -143,6 +144,7 @@ dict_custom = { "occluders", "optionals", "orthogonalize", + "orthonormalize", "orthonormalized", "overridable", "paddings", -- GitLab