Fix typo in POD.
[usenet/yapfaq.git] / yapfaq.pl
index ccf6881..ceb54a8 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -300,7 +300,8 @@ sub postfaq {
     $$NG = $Options{'t'};
     $MID =~ s/@/-$Timestamp-test@/g;
     $$ExtraHeaders .= "\n" if $$ExtraHeaders;
-    $$ExtraHeaders .= "X-Supersedes: $$Supersedes\nX-yapfaq-Remark: This is only a test message.";
+    $$ExtraHeaders .= "X-Supersedes: $$Supersedes\n" if $$Supersedes;
+    $$ExtraHeaders .= "X-yapfaq-Remark: This is only a test message.";
     undef $$Supersedes;
   }
 
@@ -830,7 +831,7 @@ the last post of that FAQ.
 
 =head1 BUGS
 
-Please report any bugs or feature request to the author or use the
+Please report any bugs or feature requests to the author or use the
 bug tracker at L<http://bugs.th-h.de/>!
 
 =head1 SEE ALSO
This page took 0.010535 seconds and 4 git commands to generate.