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 <gre...@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 <gre...@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

_______________________________________________
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