From 030bd4be67998acdb675bc363b33e8ea1006855e Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Sat, 15 Feb 2020 11:18:43 +1100 Subject: [PATCH] check_spelling_c_config: Update dictionary --- check_source/check_spelling_c_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index e95152d..ff0c961 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -48,6 +48,7 @@ dict_custom = { # Correct spelling, update the dictionary, here: # https://github.com/en-wl/wordlist "adjoint", "adjugate", + "alignable", "allocator", "atomicity", "boolean", @@ -154,6 +155,7 @@ dict_custom = { "keymap", "lerp", "metadata", + "mutex", "opengl", "preprocessor", "quantized", -- GitLab