From 94420e16692718fcb49665da43a233db3b9d4c85 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 21 Feb 2022 17:16:38 +1100 Subject: [PATCH] check_spelling_c: 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 124d9d3..8ebc8fa 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -103,6 +103,7 @@ dict_custom = { "flushable", "formatter", "formatters", + "glitchy", "haptics", "highlightable", "homogenous", @@ -246,6 +247,7 @@ dict_custom = { "unnormalized", "unparameterized", "unparsed", + "unpause", "unpaused" "unproject", "unregister", -- GitLab