diff options
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-x | scripts/check_sources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py index 5f233887..8e518cd4 100755 --- a/scripts/check_sources.py +++ b/scripts/check_sources.py @@ -43,7 +43,7 @@ copyright_2_re = re.compile(r'^ %s(, %s)*[,.]$' % is_const_re = re.compile(r'if.*?==\s+(None|False|True)\b') misspellings = ["developement", "adress", "verificate", # ALLOW-MISSPELLING - "informations"] # ALLOW-MISSPELLING + "informations", "unlexer"] # ALLOW-MISSPELLING @checker('.py') |