From 6d77e2f00dd274d249b9940a3b2fb898ee1c5a79 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Tue, 7 Jul 2020 12:19:19 +1000
Subject: [PATCH] check_spelling_c: update config

---
 check_source/check_spelling_c_config.py | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 3e25031..f6d2772 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -67,12 +67,16 @@ dict_custom = {
     "editability",
     "equiangular",
     "finalizer",
+    "flushable",
     "initializer"
     "instantiation",
+    "jitteryness",
     "merchantability",
     "monospaced",
     "natively",
+    "paddings",
     "parameterization",
+    "polytope",
     "postprocessed",
     "precalculate",
     "prefetch", "prefetching",
@@ -190,6 +194,7 @@ dict_custom = {
     "manpage",
     "mozilla",
     "netscape",
+    "nvidia",
     "openexr"
     "posix",
     "qtcreator",
@@ -217,6 +222,7 @@ dict_custom = {
     "lacunarity",
     "lossless",
     "lossy",
+    "mipmapping",
     "musgrave",
     "ngon", "ngons",
     "normals",
@@ -229,7 +235,7 @@ dict_custom = {
     "shaders",
     "specular",
 
-    # blender terms
+    # Blender specific terms.
     "animsys",
     "animviz",
     "bmain",
@@ -243,8 +249,7 @@ dict_custom = {
     "mathutils",
     "obdata",
 
-    # should have apostrophe but ignore for now
-    # unless we want to get really picky!
+    # Should have apostrophe but ignore for now unless we want to get really picky!
     "indices",
     "vertices",
 }
-- 
GitLab