This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libmail-sendmail-perl.

commit a370253b30e24c1c713e527dae8613318c7dcffb
Author: Florian Schlichting <f...@debian.org>
Date:   Sun Nov 27 17:11:20 2016 +0100

    Fix typos in POD
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 291e119..2a0fb13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 helo-hostname-long.patch
 man-whatis.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..af60ce0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,42 @@
+Description: fix typos in POD
+Author: Florian Schlichting <f...@debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119000
+
+--- a/Sendmail.pm
++++ b/Sendmail.pm
+@@ -544,7 +544,7 @@
+             || return fail("send $header: error");
+     };
+ 
+-    #- test diconnecting from network here, to see what happens
++    #- test disconnecting from network here, to see what happens
+     #- print STDERR "DISCONNECT NOW!\n";
+     #- sleep 4;
+     #- print STDERR "trying to continue, expecting an error... \n";
+@@ -756,7 +756,7 @@
+ 
+ =item $mail{auth}
+ 
+-This must be a reference to a hash containg all your authentication options:
++This must be a reference to a hash containing all your authentication options:
+ 
+ $mail{auth} = \%options;
+ or
+@@ -966,7 +966,7 @@
+ 
+ 
+   $mail{Smtp} = 'special_server.for-this-message-only.domain.com';
+-  $mail{'X-custom'} = 'My custom additionnal header';
++  $mail{'X-custom'} = 'My custom additional header';
+   $mail{'mESSaGE : '} = "The message key looks terrible, but works.";
+   # cheat on the date:
+   $mail{Date} = Mail::Sendmail::time_to_date( time() - 86400 );
+@@ -1024,7 +1024,7 @@
+ spam, or ...?)
+ 
+ Thanks to the many users who sent me feedback, bug reports, suggestions, etc.
+-And please excuse me if I forgot to answer your mail. I am not always reliabe
++And please excuse me if I forgot to answer your mail. I am not always reliable
+ in answering mail. I intend to set up a mailing list soon.
+ 
+ Last revision: 06.02.2003. Latest version should be available on

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmail-sendmail-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to