1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: POD/comments spelling (successful → successfull)
A tiny typo fixed
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=126273
Bug: https://rt.cpan.org/Ticket/Display.html?id=126273
--- a/lib/Flickr/API.pm
+++ b/lib/Flickr/API.pm
@@ -1160,7 +1160,7 @@ request type.
=item C<oauth_request_token(\%args)>
-Assembles, signs, and makes the OAuth B<Request Token> call, and if sucessful
+Assembles, signs, and makes the OAuth B<Request Token> call, and if successful
stores the L<Net::OAuth> I<Request Token> in the L<Flickr::API> object.
The required parameters are:
@@ -1198,7 +1198,7 @@ The required parameters are:
=item C<oauth_access_token(\%args)>
-Assembles, signs, and makes the OAuth B<Access Token> call, and if sucessful
+Assembles, signs, and makes the OAuth B<Access Token> call, and if successful
stores the L<Net::OAuth> I<Access Token> in the L<Flickr::API> object.
The required parameters are:
|