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 27
|
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: 2013-02-26
--- 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':
|