[libcrypt-openssl-bignum-perl] 07/08: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat Oct 29 17:05:25 UTC 2016


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

gregoa pushed a commit to branch master
in repository libcrypt-openssl-bignum-perl.

commit 274659db1f8b2a2e5624aeb0a3f2d95389edaed3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 29 19:03:48 2016 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..9cd8045
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118546
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118546
+
+--- a/Bignum.pm
++++ b/Bignum.pm
+@@ -73,7 +73,7 @@
+  my $bn = Crypt::OpenSSL::Bignum->new_from_hex($hex_string); #no leading '0x'
+ 
+ Create a new Crypt::OpenSSL::Bignum object whose value is specified by
+-the given hexidecimal representation.
++the given hexadecimal representation.
+ 
+ =item new_from_word
+ 
+@@ -171,7 +171,7 @@
+ 
+  my $hex_string = $self->to_hex;
+ 
+-Return a hexidecimal string representation of this object.
++Return a hexadecimal string representation of this object.
+ 
+ =item to_bin
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-openssl-bignum-perl.git



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