Skip Menu |

This queue is for tickets about the Flickr-API CPAN distribution.

Report information
The Basics
Id: 126273
Status: new
Priority: 0/
Queue: Flickr-API

People
Owner: Nobody in particular
Requestors: dam [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: dam [...] cpan.org
Subject: [PATCH] POD/comments spelling (successful → successfull)
Here's another Debian spelling patch, it seems we improved our automated check in this regard :) Description: POD/comments spelling (successful → successfull) A tiny typo fixed Author: Damyan Ivanov <dmn@debian.org> The patch is tracked in our Git repository at https://salsa.debian.org/perl-team/modules/packages/libflickr-api-perl/raw/master/debian/patches/pod-spelling.patch Thanks for considering, Damyan Ivanov, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.

На 14 авг. 2018, вт 19:49:39, DAM написа: Show quoted text
> Here's another Debian spelling patch, it seems we improved our > automated check > in this regard :)
Ahem, here is the correct one, with no spelling mistakes. -- dam
Subject: pod-spelling.patch
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: