[rt.cpan.org #113463] Fix spelling error in manpage
[email protected] ("Lucas Kanashiro via RT")
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Wed Mar 30 17:06:22 2016: Request 113463 was acted upon. Transaction: Correspondence added by [email protected] Queue: PAR-Packer Subject: Fix spelling error in manpage Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113463 > Here's the patch.
fix-typo.patch
(text/x-diff, 1.7 KB)
Description: Fix spelling error in manpage Author: Lucas Kanashiro <[email protected]> Last-Updated: 2016-03-30 --- a/lib/PAR/Filter.pm +++ b/lib/PAR/Filter.pm @@ -22,7 +22,7 @@ PAR::Filter - Input filter for PAR Starting with PAR 0.76, C<pp -f> takes a filter name, like C<Bleach>, and invokes this module to transform the programs with L<PAR::Filter::Bleach>. -Similarily, C<pp -F Bleach> applies the B<Bleach> filter to all included +Similarly, C<pp -F Bleach> applies the B<Bleach> filter to all included modules. It is possible to pass in multiple such filters, which are applied in turn. --- a/lib/pp.pm +++ b/lib/pp.pm @@ -180,7 +180,7 @@ Since the command lines can become suffi imposed by some shells, it is possible to have I<pp> read some of its options from one or more text files. The basic usage is to just include an argument starting with an 'at' (@) sigil. This argument will be -interpeted as a file to read options from. Mixing ordinary options +interpreted as a file to read options from. Mixing ordinary options and C<@file> options is possible. This is implemented using the L<Getopt::ArgvFile> module, so read its documentation for advanced usage. @@ -224,7 +224,7 @@ allows the program to start up faster ne =item B<-c>, B<--compile> -Run C<perl -c inputfile> to determine additonal run-time dependencies. +Run C<perl -c inputfile> to determine additional run-time dependencies. =item B<-cd>, B<--cachedeps>=I<FILE> @@ -249,7 +249,7 @@ Behaves just like C<-e>, except that it =item B<-x>, B<--execute> -Run C<perl inputfile> to determine additonal run-time dependencies. +Run C<perl inputfile> to determine additional run-time dependencies. =item B<--xargs>=I<STRING>