[libnet-smtp-tls-perl] 06/07: Add a patch to fix a spelling mistake in the documentation.

gregor herrmann gregoa at debian.org
Thu Jan 26 18:38:19 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-smtp-tls-perl.

commit 01dd1abc200025557abd945d0e020bcd68921f6b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 26 19:35:26 2017 +0100

    Add a patch to fix a spelling mistake in the documentation.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 97d434d..e2f7e5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 io-socket-ssl.patch
 multiple-attachments.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..5021bcf
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix spelling in POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-01-26
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=120001
+Bug: https://rt.cpan.org/Ticket/Display.html?id=120001
+
+--- a/lib/Net/SMTP/TLS.pm
++++ b/lib/Net/SMTP/TLS.pm
+@@ -46,7 +46,7 @@
+ 
+ Port - port to connect to the SMTP service (defaults to 25)
+ 
+-Timeout - Timeout for inital socket connection (defaults to 5, passed directly to L<IO::Socket::INET>)
++Timeout - Timeout for initial socket connection (defaults to 5, passed directly to L<IO::Socket::INET>)
+ 
+ User - username for SMTP AUTH
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-smtp-tls-perl.git



More information about the Pkg-perl-cvs-commits mailing list