Cleanup: rename check_spelling_c_config to check_spelling_config

This is used for GLSL/Python sources too.
This commit is contained in:
Campbell Barton 2023-09-03 21:36:04 +10:00
parent e8c812a307
commit 0c11542708
2 changed files with 1 additions and 1 deletions

@ -58,7 +58,7 @@ else:
COLOR_WORD = ""
COLOR_ENDC = ""
from check_spelling_c_config import (
from check_spelling_config import (
dict_custom,
dict_ignore,
dict_ignore_hyphenated_prefix,