From 418aa945e361292e1debf2fc8c005f187929c71c Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Fri, 12 Aug 2022 12:47:59 +1000
Subject: [PATCH] check_spelling_c: update dictionary

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

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index f672bff..70fea6a 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -53,6 +53,7 @@ dict_custom = {
     "catadioptric",
     "checksums",
     "clearcoat",
+    "collapser",
     "collinear",
     "comparator",
     "comparators",
@@ -108,6 +109,7 @@ dict_custom = {
     "enqueueing",
     "equiangular",
     "extrema",
+    "fallbacks",
     "finalizer",
     "flushable",
     "formatter",
@@ -269,6 +271,7 @@ dict_custom = {
     "uncollapsed",
     "uncomment",
     "uncommented",
+    "uncomputed",
     "unconfigured",
     "undisplaced",
     "uneditable",
@@ -374,6 +377,7 @@ dict_custom = {
     "ascii",
     "autocomplete",
     "autorepeat",
+    "bilinear",
     "blit",
     "blitting",
     "boids",
@@ -393,6 +397,7 @@ dict_custom = {
     "http",
     "intelisense",
     "jitter",
+    "jittered",
     "jittering",
     "keymap",
     "lerp",
@@ -411,6 +416,7 @@ dict_custom = {
     "touchpads",
     "trackpad",
     "trackpads",
+    "trilinear",
     "unicode",
     "usr",
     "vert",
-- 
GitLab