Author: joeyh Date: 2005-04-03 22:36:50 +0000 (Sun, 03 Apr 2005) New Revision: 737 Modified: sarge-checks/checklist Log: typo Modified: sarge-checks/checklist ==================================================================--- sarge-checks/checklist 2005-04-03 22:29:00 UTC (rev 736) +++ sarge-checks/checklist 2005-04-03 22:36:50 UTC (rev 737) @@ -190,7 +190,7 @@ print "Total holes unfixed: $unfixed<br>\n"; print "Total holes fixed in unstable but not testing: $unprop_all"; if ($unprop_all != $unprop) { - print " (".$unprop - $unprop_all)." on some arches)"; + print " (".($unprop - $unprop_all)." on some arches)"; } print "<br>\n"; print "Total number of kernel image packages not up to date: $need_rebuild<br>\n";