Skip Menu |

This queue is for tickets about the Net-CUPS CPAN distribution.

Report information
The Basics
Id: 110618
Status: resolved
Priority: 0/
Queue: Net-CUPS

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

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



From: gregoa [...] cpan.org
Subject: [PATCH] fix a spelling mistake
In Debian we are currently applying the following patch to Net-CUPS. We thought you might be interested in it too. Description: fix a spelling mistake Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2015-12-26 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-cups-perl.git/plain/debian/patches/spelling.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here's the patch.

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

Updated version of the patch.
Subject: spelling.patch
Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=110618 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110618 Author: gregor herrmann <gregoa@debian.org> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2016-10-30 --- a/lib/Net/CUPS/Destination.pm +++ b/lib/Net/CUPS/Destination.pm @@ -1221,7 +1221,7 @@ my $error = $dest->getError(); -Utility method for returning the last error that occured. +Utility method for returning the last error that occurred. =item B<getName> --- a/lib/Net/CUPS/IPP.pm +++ b/lib/Net/CUPS/IPP.pm @@ -1131,7 +1131,7 @@ $ipp->addString( $group, $type, $name, $charset, $value ); Implementation of the CUPS C function "ippAddString". Please refer the -IPP documenation for its usage. +IPP documentation for its usage. =item B<getAttributes>
Applied the patch in the just released version 0.63. Thanks for your help :)