From: Don Armstrong Date: Sun, 10 Aug 2008 04:18:32 +0000 (-0700) Subject: * fix output typo X-Git-Tag: release/2.6.0~483^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6531f8e8360b4b80676edff84457c71fcacb2da9;p=debbugs.git * fix output typo --- diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index faed9bea..24913e32 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -43,7 +43,7 @@ BEGIN{ @EXPORT = (); %EXPORT_TAGS = (); - @EXPORT_OK = (qw(display_entities handle_record handle_email_message)); + @EXPORT_OK = (qw(display_entity handle_record handle_email_message)); Exporter::export_ok_tags(keys %EXPORT_TAGS); $EXPORT_TAGS{all} = [@EXPORT_OK]; } @@ -216,7 +216,7 @@ sub display_entity { bug_num => $ref, outer => 1, msg_num => $xmessage, - ouput => $param{output}, + output => $param{output}, attachments => $attachments, terse => $param{terse}, exists $param{msg}?(msg=>$param{msg}):(),