From fb176f7ea370fa522a55243a6dff059dde27638e Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 12 Aug 2019 01:23:58 +1000
Subject: [PATCH] check_spelling_c: update config

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

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 9dd4a9d..e6a0424 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -26,6 +26,7 @@ dict_custom = {
     "allocator",
     "atomicity",
     "boolean",
+    "completers",
     "confusticate", "confusticated",
     "decrement",
     "decrementing",
@@ -34,7 +35,10 @@ dict_custom = {
     "destructors",
     "editability",
     "enqueue",
+    "enqueues",
     "equiangular",
+    "finalizer",
+    "initializer"
     "instantiation",
     "iterable",
     "merchantability",
@@ -44,7 +48,13 @@ dict_custom = {
     "precalculate",
     "prepend",
     "probabilistically",
-    "recurse",
+    "reachability",
+    "recurse", "recurses",
+    "redistributions",
+    "reentrant",
+    "registerable",
+    "rendeder",
+    "reparametization",
     "subclass", "subclasses", "subclassing",
     "subdirectory",
     "unary",
@@ -91,6 +101,7 @@ dict_custom = {
     "diff",
     "diffs",
     "endian",
+    "endianness",
     "env",
     "euler", "eulers",
     "foo",
@@ -151,6 +162,8 @@ dict_custom = {
     "fresnel",
     "kerning",
     "lacunarity",
+    "lossless",
+    "lossy",
     "musgrave",
     "ngon", "ngons",
     "normals",
@@ -210,6 +223,8 @@ dict_ignore = {
     "id-block",
     "node-trees",
     "pylint",
+    "premultiply"
+    "wireframe",
 
     # acronyms
     "cpu",
-- 
GitLab