From 74ed19803c0b549416dcd4a6c477519cfd2ddeec Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sun, 18 Aug 2019 04:32:23 +1000
Subject: [PATCH] check_spelling_c: spelling config

---
 check_source/check_spelling_c_config.py | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index cf7e6f6..b3e8866 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -37,26 +37,33 @@ dict_custom = {
     "desaturate",
     "destructors",
     "discretization",
+    "eachother",
     "editability",
     "enqueue", "enqueued", "enqueues",
     "equiangular",
     "finalizer",
+    "gimble",
     "initializer"
     "instantiation",
     "iterable",
     "merchantability",
+    "monospaced",
     "natively",
     "parallelization",
     "parallelized",
     "parameterization",
+    "performant",
+    "polygonization",
     "postprocessed",
     "precalculate",
     "prepend",
     "prepends",
     "probabilistically",
+    "rasterize",
     "rasterizing",
     "reachability",
     "recurse", "recurses",
+    "recursed",
     "redistributions",
     "reentrant",
     "registerable",
@@ -65,6 +72,7 @@ dict_custom = {
     "serializable",
     "subclass", "subclasses", "subclassing",
     "subdirectory",
+    "tertiarily",
     "unary",
     "unbuffered",
     "unclamped",
@@ -99,12 +107,14 @@ dict_custom = {
     "multi",
     "multithreaded", "multithreading",
     "namespace",
+    "ortho",
     "recalc",
+    "reparent",
     "runtime",
     "struct", "structs",
     "subdir",
     "tooltip",
-    "ortho",
+    "unparent",
 
     # general computer terms
     "XXX",
-- 
GitLab