From 08cd383b437429727e0c7889d8be1fe93839a274 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Thu, 25 Feb 2021 16:36:07 +1100
Subject: [PATCH] check_spelling_c_config: add words

---
 check_source/check_spelling_c_config.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index e5dd661..efe3e87 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -52,6 +52,7 @@ dict_custom = {
     "canonicalized",
     "catadioptric",
     "confusticate", "confusticated",
+    "coplanarity",
     "criterium",
     "customizable",
     "decorrelated",
@@ -87,11 +88,12 @@ dict_custom = {
     "paddings",
     "parameterization",
     "parentless",
+    "passepartout",
     "pixelated", "pixelisation",
     "polytope",
     "postprocessed",
     "precalculate",
-    "precomputed",
+    "precomputed", "precomputing",
     "prefetch", "prefetching",
     "prepend", "prepending",
     "preventively",
@@ -245,7 +247,7 @@ dict_custom = {
     "lacunarity",
     "lossless",
     "lossy",
-    "mipmap", "mipmapping",
+    "mipmap", "mipmaps", "mipmapped", "mipmapping",
     "musgrave",
     "ngon", "ngons",
     "normals",
-- 
GitLab