[libnet-openid-common-perl] 13/15: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sun Feb 7 22:26:00 UTC 2016


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

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

commit 0a2e28a3b20c8432885093b7de713bb7affcfcc9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 7 23:21:24 2016 +0100

    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
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..714b0c0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111859
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111859
+
+--- a/lib/Net/OpenID/Extension/SimpleRegistration.pm
++++ b/lib/Net/OpenID/Extension/SimpleRegistration.pm
+@@ -238,7 +238,7 @@
+         email => $email,
+     ));
+ 
+-And finally, when back in Consumer recieving the response:
++And finally, when back in Consumer receiving the response:
+ 
+     my $sreg_res = $verified_identity->get_extension_response('Net::OpenID::Extension::SimpleRegistration');
+     my $nickname = $sreg_res->nickname;

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



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