From dd131bc4f95103efa60ce11cafbf174efd7b3d4e Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 4 Jan 2021 11:23:29 +1100 Subject: [PATCH] check_spelling_c_config: remove gimble, use gimbal instead --- check_source/check_spelling_c_config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index dc31b44..238a0e2 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -40,11 +40,6 @@ dict_custom = { "unary", "variadic", - # Added to 'large' dictionary, we might need to keep these here - # if it's not included by default. - "gimble", - - # Correct spelling, update the dictionary, here: # https://github.com/en-wl/wordlist "adjoint", "adjugate", -- GitLab