From 5bdde48aae3609bf062c42e1a8308fb29409c1f2 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 28 Apr 2022 15:17:12 +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 ba963c4..5eb7ab0 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -33,6 +33,7 @@ dict_custom = { # Correct spelling, update the dictionary, here: # https://github.com/en-wl/wordlist "accessor", + "additively", "adjoint", "adjugate", "affectable", @@ -90,6 +91,7 @@ dict_custom = { "dihedral", "discoverability", "discretization", + "discretized", "discretizes", "downcasting", "durations", -- GitLab