From 7d33a856442e4be14c47f47cef253e26f43e26c9 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sun, 17 Aug 2014 12:20:28 +1000
Subject: [PATCH] update dictionary

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

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index a67a909..d9d1259 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -59,6 +59,7 @@ dict_custom = {
     "coord", "coords",
     "dir",
     "tooltip",
+    "multithreading",
 
     # general computer terms
     "endian",
@@ -93,6 +94,12 @@ dict_custom = {
     "env",
     "app",
     "preprocessor",
+    "trackpad", "trackpads",
+    "touchpad", "touchpads",
+    "codepage",
+    "lerp",
+    "decimator",
+    "autorepeat",
 
     # specific computer terms/brands
     "posix",
@@ -104,6 +111,10 @@ dict_custom = {
     "kde",
     "qtcreator",
     "ack",
+    "bzflag",
+    "sdl",
+    "xinerama",
+    "scons",
 
     # general computer graphics terms
     "colinear",
-- 
GitLab