From dc4ccc3bfb646ef2a558bd3565f84080e99b0e8b Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 1 Mar 2021 11:01:57 +1100
Subject: [PATCH] check_spelling_c_config: update dictionary

---
 check_source/check_spelling_c_config.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index efe3e87..cf68836 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -49,6 +49,7 @@ dict_custom = {
     "atomicity",
     "boolean",
     "breaked",
+    "callables",
     "canonicalized",
     "catadioptric",
     "confusticate", "confusticated",
@@ -106,6 +107,7 @@ dict_custom = {
     "recursed",
     "redistributions",
     "registerable",
+    "remappings",
     "rendeder",
     "renderable",
     "renormalize",
@@ -120,10 +122,13 @@ dict_custom = {
     "unclamped",
     "uncomment",
     "uneditable",
+    "unflagged",
+    "unparsed",
     "unlinkable",
     "unparameterized",
     "unregister", "unregisters",
     "unselected",
+    "untag", "untagging",
     "vectorial",
     "virtualized",
     "volumetrics",
-- 
GitLab