From 6531f8e8360b4b80676edff84457c71fcacb2da9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 21:18:32 -0700 Subject: [PATCH] * fix output typo --- Debbugs/CGI/Bugreport.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index faed9be..24913e3 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}):(), -- 2.39.2