]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix typo in send_mail_message
authorDon Armstrong <don@volo>
Tue, 30 Jan 2007 08:14:38 +0000 (00:14 -0800)
committerDon Armstrong <don@volo>
Tue, 30 Jan 2007 08:14:38 +0000 (00:14 -0800)
Debbugs/Mail.pm

index 0a54f8edeec7335eac85854d487887873e2a9043..d915c678e4e5caf53083fcd9b12afb9243ad7cd8 100644 (file)
@@ -104,7 +104,7 @@ using warn.
 =cut
 
 sub send_mail_message{
-     my %param = validate_with(param => \@_,
+     my %param = validate_with(params => \@_,
                               spec  => {sendmail_arguments => {type => ARRAYREF,
                                                                default => [qw(-odq -oem -oi)],
                                                               },