[Secure-testing-commits] r20166 - bin

Raphael Geissert geissert at alioth.debian.org
Sat Sep 15 00:22:05 UTC 2012


Author: geissert
Date: 2012-09-15 00:22:04 +0000 (Sat, 15 Sep 2012)
New Revision: 20166

Modified:
   bin/gen-DSA
Log:
Exclude 'SQL' from the spelling mistakes report


Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA	2012-09-14 21:14:26 UTC (rev 20165)
+++ bin/gen-DSA	2012-09-15 00:22:04 UTC (rev 20166)
@@ -162,6 +162,12 @@
 
 echo "$VULNERABILITY" | check_spelling |
 while read word; do
+    # Frequent exceptions:
+    case $word in
+	SQL)
+	    continue
+	;;
+    esac
     warn "possible spelling mistake: $word!" >&2
 done
 




More information about the Secure-testing-commits mailing list