diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 79b05ab597beb8a636878e76abde07b7ffb62451..f4a361427be47916ff6bb539dc0fbabbe775011c 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -22,128 +22,133 @@
 
 # correct spelling but ignore
 dict_custom = {
+    "adjoint", "adjugate",
+    "boolean",
+    "decrement",
+    "decrementing",
+    "desaturate",
+    "enqueue",
+    "equiangular",
     "instantiation",
     "iterable",
-    "prepend",
-    "subclass", "subclasses", "subclassing",
     "merchantability",
+    "parallelized",
     "precalculate",
+    "prepend",
+    "probabilistically",
+    "recurse",
+    "subclass", "subclasses", "subclassing",
+    "subdirectory",
     "unregister",
     "unselected",
-    "subdirectory",
-    "decrement",
-    "boolean",
-    "decrementing",
     "variadic",
-    "recurse",
-    "desaturate",
 
     # python types
-    "str",
     "enum", "enums",
     "int", "ints",
+    "str",
     "tuple", "tuples",
 
     # python functions
-    "repr",
     "func",
+    "repr",
 
     # accepted abbreviations
-    "config",
-    "recalc",
     "addon", "addons",
-    "subdir",
-    "struct", "structs",
-    "lookup", "lookups",
     "autocomplete",
-    "namespace",
-    "multi",
-    "keyframe", "keyframing",
+    "config",
     "coord", "coords",
     "dir",
-    "tooltip",
+    "keyframe", "keyframing",
+    "lookup", "lookups",
+    "multi",
     "multithreading",
+    "namespace",
+    "recalc",
+    "struct", "structs",
+    "subdir",
+    "tooltip",
 
     # general computer terms
+    "XXX",
+    "app",
+    "autorepeat",
     "blit", "blitting",
-    "endian",
+    "boids",
+    "booleans",
+    "codepage",
     "contructor",
-    "unicode",
+    "decimator",
+    "diff",
+    "diffs",
+    "endian",
+    "env",
+    "euler", "eulers",
+    "foo",
+    "hashable",
+    "http",
+    "intrinsics",
     "jitter", "jittering",
+    "keymap",
+    "lerp",
+    "metadata",
+    "opengl",
+    "preprocessor",
     "quantized",
     "searchable",
-    "metadata",
-    "hashable",
+    "segfault",
     "stdin",
-    "stdout",
     "stdin",
-    "opengl",
-    "boids",
-    "keymap",
-    "voxel", "voxels",
-    "vert", "verts",
-    "euler", "eulers",
-    "booleans",
-    "intrinsics",
-    "XXX",
-    "segfault",
-    "wiki",
-    "foo",
-    "diff",
-    "diffs",
+    "stdout",
     "sudo",
-    "http",
+    "touchpad", "touchpads",
+    "trackpad", "trackpads",
+    "unicode",
     "url",
     "usr",
-    "env",
-    "app",
-    "preprocessor",
-    "trackpad", "trackpads",
-    "touchpad", "touchpads",
-    "codepage",
-    "lerp",
-    "decimator",
-    "autorepeat",
+    "vert", "verts",
+    "voxel", "voxels",
+    "wiki",
 
     # specific computer terms/brands
-    "posix",
-    "unix",
+    "ack",
     "amiga",
-    "netscape",
-    "mozilla",
+    "bzflag",
     "irix",
     "kde",
+    "mozilla",
+    "netscape",
+    "posix",
     "qtcreator",
-    "ack",
-    "bzflag",
+    "scons",
     "sdl",
+    "unix",
     "xinerama",
-    "scons",
 
     # general computer graphics terms
-    "colinear",
-    "coplanar",
+    "atomics",
     "barycentric",
     "bezier",
-    "fresnel",
-    "radiosity",
-    "reflectance",
-    "specular",
-    "nurbs",
-    "ngon", "ngons",
     "bicubic",
+    "centroid",
+    "colinear",
     "compositing",
+    "coplanar",
     "deinterlace",
-    "shader",
-    "shaders",
-    "centroid",
     "emissive",
-    "quaternions",
+    "fresnel",
+    "kerning",
     "lacunarity",
     "musgrave",
+    "ngon", "ngons",
     "normals",
-    "kerning",
-    "atomics",
+    "nurbs",
+    "quaternions",
+    "radiosity",
+    "reflectance",
+    "shader",
+    "shaders",
+    "specular",
 
     # blender terms
     "animsys",