diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 10:51:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 10:51:27 +0000 |
commit | dda32041caadc1e77d142250f9ea787d110258cc (patch) | |
tree | baa5220c866b31b1d8cd535717a61f8ae9990ba5 /utils/perlbug.PL | |
parent | cb7b5e07a2547873dcf5502e7f9f8f589eae0bf0 (diff) | |
download | perl-dda32041caadc1e77d142250f9ea787d110258cc.tar.gz |
Typo found by Roland Giersig
p4raw-id: //depot/perl@33375
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index e203272813..773fda7f07 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 }, ); |