[liblwp-authen-oauth2-perl] 05/08: Add 01-spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 19 20:21:19 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository liblwp-authen-oauth2-perl.

commit 6d13ef8d9e0065d57004a43cb4a1d43580e2d932
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Jun 19 20:14:09 2016 +0100

    Add 01-spelling-error-in-manpage.patch
---
 debian/patches/01-spelling-error-in-manpage.patch | 58 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 59 insertions(+)

diff --git a/debian/patches/01-spelling-error-in-manpage.patch b/debian/patches/01-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..42999c8
--- /dev/null
+++ b/debian/patches/01-spelling-error-in-manpage.patch
@@ -0,0 +1,58 @@
+Description: Correct spelling errors detected by lintian
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115463
+Last-Update: 2016-06-19
+---
+--- a/lib/LWP/Authen/OAuth2.pm
++++ b/lib/LWP/Authen/OAuth2.pm
+@@ -333,7 +333,7 @@
+ 
+ =head1 SYNOPSIS
+ 
+-OAuth 2 is a protocol that let's a I<user> tell a I<service provider> that a
++OAuth 2 is a protocol that lets a I<user> tell a I<service provider> that a
+ I<consumer> has permission to use the I<service provider>'s APIs to do things
+ that require access to the I<user>'s account.  This module tries to make life
+ easier for someone who wants to write a I<consumer> in Perl.
+--- a/lib/LWP/Authen/OAuth2/Overview.pod
++++ b/lib/LWP/Authen/OAuth2/Overview.pod
+@@ -123,7 +123,7 @@
+ information for the I<user>.  You need to be able to securely store and
+ access these.
+ 
+-L<LWP::Authen::OAuth2> does not adress this, beyond providing hooks that you
++L<LWP::Authen::OAuth2> does not address this, beyond providing hooks that you
+ are free to use as you see fit.
+ 
+ =item Build interaction asking for I<user> permission
+@@ -144,7 +144,7 @@
+ (they know your I<client_id>, your I<redirect_uri> makes sense to them) then
+ they will be sent to the I<redirect_uri> to pass information back to you.
+ 
+-If you succeeded, you will receieve a I<code> in some way.  For instance if
++If you succeeded, you will receive a I<code> in some way.  For instance if
+ your I<redirect_uri> is a URL, it will have a get parameter named C<code>.
+ 
+ You could get an C<error> parameter back instead.  See
+--- a/lib/LWP/Authen/OAuth2/ServiceProvider.pm
++++ b/lib/LWP/Authen/OAuth2/ServiceProvider.pm
+@@ -509,7 +509,7 @@
+ 
+ This method receives your class name and the passed in C<client_type>.
+ It is supposed to make sure that the class that handles that
+-C<client_type> is loaded, and then return it.  This let's you handle service
++C<client_type> is loaded, and then return it.  This lets you handle service
+ providers with different behavior for different types of clients.
+ 
+ The base implementation just returns your class name.
+--- a/lib/LWP/Authen/OAuth2/ServiceProvider/Strava.pm
++++ b/lib/LWP/Authen/OAuth2/ServiceProvider/Strava.pm
+@@ -59,7 +59,7 @@
+ need to be an C<https://...> URL under your control. (Though you can set
+ 127.0.0.1 if you are using this in a script).
+ 
+-All the standard LWP::Useragent methods are availble, but it will also
++All the standard LWP::Useragent methods are available, but it will also
+ take a Request Object if you need something more. (LWP::Authen:OAuth2 contains
+ all the relevant doco).
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91842c8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling-error-in-manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblwp-authen-oauth2-perl.git



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