]> git.donarmstrong.com Git - debbugs.git/commitdiff
* fix output typo
authorDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 04:18:32 +0000 (21:18 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 04:18:32 +0000 (21:18 -0700)
Debbugs/CGI/Bugreport.pm

index faed9bea818ed97d53cd6a8e7f645bb68bbbb950..24913e3237f6870315a67f36f3a4e3d6444d09f1 100644 (file)
@@ -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}):(),