summaryrefslogtreecommitdiff
path: root/utils/perlbug.PL
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-26 10:51:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-26 10:51:27 +0000
commitdda32041caadc1e77d142250f9ea787d110258cc (patch)
treebaa5220c866b31b1d8cd535717a61f8ae9990ba5 /utils/perlbug.PL
parentcb7b5e07a2547873dcf5502e7f9f8f589eae0bf0 (diff)
downloadperl-dda32041caadc1e77d142250f9ea787d110258cc.tar.gz
Typo found by Roland Giersig
p4raw-id: //depot/perl@33375
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r--utils/perlbug.PL2
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
},
);