[libio-socket-ssl-perl] 01/02: Add spelling-error-in-manpage.patch patch
Salvatore Bonaccorso
carnil at debian.org
Fri Feb 2 20:01:30 UTC 2018
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.
commit 582c4cb75420ba5e8025ee8bd30f2d75ca4179cd
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Feb 2 20:55:51 2018 +0100
Add spelling-error-in-manpage.patch patch
---
debian/patches/series | 1 +
debian/patches/spelling-error-in-manpage.patch | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..e728e14
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,18 @@
+Description: Fix spelling error in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2018-02-02
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124306
+Bug: https://rt.cpan.org/Ticket/Display.html?id=124306
+
+--- a/lib/IO/Socket/SSL.pod
++++ b/lib/IO/Socket/SSL.pod
+@@ -681,7 +681,7 @@ Additionally there are differences to pl
+ kqueue or similar technologies to get notified if data are available.
+ Relying only on these calls is not sufficient in all cases since unread data
+ might be internally buffered in the SSL stack. To detect such buffering
+-B<pending()> need to be used. Alternativly the buffering can be avoided by using
++B<pending()> need to be used. Alternatively the buffering can be avoided by using
+ B<sysread> with the maximum size of an SSL frame. See L</"Common Usage Errors">
+ for details.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ssl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list