From: Rafael Garcia-Suarez Date: Tue, 26 Feb 2008 10:51:27 +0000 (+0000) Subject: Typo found by Roland Giersig X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dda32041caadc1e77d142250f9ea787d110258cc;p=p5sagit%2Fp5-mst-13.2.git Typo found by Roland Giersig p4raw-id: //depot/perl@33375 --- diff --git a/utils/perlbug.PL b/utils/perlbug.PL index e203272..773fda7 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -189,7 +189,7 @@ sub ask_for_alternatives { # (category|severity) 'severity' => { 'default' => 'low', 'ok' => 'none', - 'ok' => 'none', + 'thanks' => 'none', 'opts' => [qw(critical high medium low wishlist none)], # zero }, );