This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typos (spelling errors) in install files.
[perl5.git] / installhtml
index b243df7..a495281 100644 (file)
@@ -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 );