From f990cb62b28334f210227e0e2bd0502d52053f80 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 26 Oct 2015 22:15:42 +1100
Subject: [PATCH] Add words to dictionary

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

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 735a10d..79b05ab 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -35,6 +35,8 @@ dict_custom = {
     "boolean",
     "decrementing",
     "variadic",
+    "recurse",
+    "desaturate",
 
     # python types
     "str",
@@ -63,10 +65,11 @@ dict_custom = {
     "multithreading",
 
     # general computer terms
+    "blit", "blitting",
     "endian",
     "contructor",
     "unicode",
-    "jitter",
+    "jitter", "jittering",
     "quantized",
     "searchable",
     "metadata",
-- 
GitLab