Skip Menu |

This queue is for tickets about the Getopt-Complete CPAN distribution.

Report information
The Basics
Id: 83645
Status: open
Priority: 0/
Queue: Getopt-Complete

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

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



Subject: [PATCH] Spelling glitches
Date: Tue, 26 Feb 2013 17:56:57 +0100
To: bug-getopt-complete [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to Getopt-Complete. We thought you might be interested in it, too. Description: spelling fixes Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-02-26 Thanks in advance, gregor herrmann, Debian Perl Group

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

Thank you, patch applied: https://github.com/genome/Getopt--Complete-for- Perl/commit/790cd663a43f6cc19e16e9376bf08b265c64ba5b
Here's an updated version of the patch with one more fix. Cheers, gregor
Subject: spelling.patch
Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=83645 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=83645 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2015-05-31 --- a/lib/Getopt/Complete.pm +++ b/lib/Getopt/Complete.pm @@ -406,7 +406,7 @@ specified, but ANY arbitrary value entered is considered valid as far as error checking is concerned. -The callback registerd in the completion specification will receive the following parameters: +The callback registered in the completion specification will receive the following parameters: =over 4 @@ -512,7 +512,7 @@ The full name is alissed as the single-character compgen parameter name for convenience. Further, because Getopt::Complete is the default namespace during processing, it can -be ommitted from callback function names. +be omitted from callback function names. The following are all equivalent. They effectively produce the same list as 'compgen -f': @@ -593,7 +593,7 @@ =head1 SUB-COMMAND TREES -It is common for a given appliction to actually be an entry point for several different tools. +It is common for a given application to actually be an entry point for several different tools. Popular exmples are the big version control suites (cvs,svn,svk,git), which use the form: