summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-09-15 00:22:04 +0000
committerRaphael Geissert <geissert@debian.org>2012-09-15 00:22:04 +0000
commit7ca41bd3d22aa94ed409e2b9e265a69cd0730678 (patch)
treedb6e3f40cb8f07ad8bfa28471939c572791030d6 /bin/gen-DSA
parent90477c5dde8b1050e3ef8fc5afa540cfe06fe68e (diff)
Exclude 'SQL' from the spelling mistakes report
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@20166 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/gen-DSA')
-rwxr-xr-xbin/gen-DSA6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index afd7679270..94bb77289b 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -162,6 +162,12 @@ fi
echo "$VULNERABILITY" | check_spelling |
while read word; do
+ # Frequent exceptions:
+ case $word in
+ SQL)
+ continue
+ ;;
+ esac
warn "possible spelling mistake: $word!" >&2
done

© 2014-2024 Faster IT GmbH | imprint | privacy policy