From a2bf0bed73f1b61d688fcdbf68e914b30910ca9a Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sat, 17 Dec 2022 13:46:43 +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 5173314..b5203c6 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -161,6 +161,7 @@ dict_custom = {
     "misconfiguration",
     "misconfigured",
     "modally",
+    "modifyability",
     "monoscopy",
     "monospaced",
     "mutators",
@@ -239,6 +240,7 @@ dict_custom = {
     "redefinitions",
     "redistributions",
     "registerable",
+    "reimplement",
     "remappable",
     "remapper",
     "remappings",
-- 
GitLab