[Secure-testing-commits] r1889 - bin

Joey Hess joeyh at costa.debian.org
Fri Sep 9 22:01:18 UTC 2005


Author: joeyh
Date: 2005-09-09 22:01:18 +0000 (Fri, 09 Sep 2005)
New Revision: 1889

Modified:
   bin/checklist
Log:
typos


Modified: bin/checklist
===================================================================
--- bin/checklist	2005-09-09 22:00:01 UTC (rev 1888)
+++ bin/checklist	2005-09-09 22:01:18 UTC (rev 1889)
@@ -67,7 +67,7 @@
 	high => "#FF0000",
 	medium => "#FF9999",
 	low => "#FFFFFF",
-	unknown => "#FFFF00"
+	unknown => "#FFFF00",
 	fixed => "#00FF00",
 );
 
@@ -133,7 +133,7 @@
 
 			# by now, we also have the version that's affected by the security problem.
 			# This is stored in $version
-			next if $verson eq 'not-affected';
+			next if $version eq 'not-affected';
 			
 			my @notes=split(/\s*;\s+/, $notes);
 




More information about the Secure-testing-commits mailing list