Typo found by Roland Giersig
Rafael Garcia-Suarez [Tue, 26 Feb 2008 10:51:27 +0000 (10:51 +0000)]
p4raw-id: //depot/perl@33375

utils/perlbug.PL

index e203272..773fda7 100644 (file)
@@ -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
        },
     );