summaryrefslogtreecommitdiff
path: root/scripts/check_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-xscripts/check_sources.py2
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')