[libnet-ssleay-perl] 04/05: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sat May 10 11:45:58 UTC 2014


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

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

commit 58ec2600551c1e7d80501fa2db081a2f4a452273
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 10 13:44:06 2014 +0200

    Add a patch to fix a spelling mistake.
---
 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 3462bc3..e5b32f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 20no-stray-libz-link.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..3ae8ea8
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=95519
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95519
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-10
+
+--- a/SSLeay.xs
++++ b/SSLeay.xs
+@@ -5548,7 +5548,7 @@
+ 	    } else if (sir->certStatus->type == V_OCSP_CERTSTATUS_REVOKED) {
+ 		error = "certificate status is revoked";
+ 	    } else if (sir->certStatus->type != V_OCSP_CERTSTATUS_GOOD) {
+-		error = "certificate status is unkown";
++		error = "certificate status is unknown";
+ 	    }
+ 
+ 	    end:

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



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