diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:36 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:54:14 +0100 |
commit | af1e27efa1b782b1fcafdb20c1c0bd45239dcd0a (patch) | |
tree | e324bad89539dbe471cc379845c0dcee4d755c45 /installhtml | |
parent | 98dc955152ee6f0a1849a6e47a0c2c3b5fae00a6 (diff) | |
download | perl-af1e27efa1b782b1fcafdb20c1c0bd45239dcd0a.tar.gz |
Fix typos (spelling errors) in install files.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81886]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81886 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'installhtml')
-rw-r--r-- | installhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installhtml b/installhtml index b243df7d96..a4952817b0 100644 --- a/installhtml +++ b/installhtml @@ -170,7 +170,7 @@ $pod2html = "pod/pod2html"; usage("") unless @ARGV; # Overcome shell's p1,..,p8 limitation. -# See vms/descrip_mms.template -> descrip.mms for invokation. +# See vms/descrip_mms.template -> descrip.mms for invocation. if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); } use vars qw( %Options ); |