summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-10-10 07:27:39 -0700
committerTim Hatch <tim@timhatch.com>2014-10-10 07:27:39 -0700
commit1cbd15aeb7818e0d905e5794199e7a8dbd14cb27 (patch)
tree501faa9ca1bb87b56eaa22305f7e1af35ad2f13c /scripts
parentceee3a3ad356dc8ab0dce1a67441a2d10b7738be (diff)
downloadpygments-1cbd15aeb7818e0d905e5794199e7a8dbd14cb27.tar.gz
Include 'unlexer' as a common misspelling.
Diffstat (limited to 'scripts')
-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')