This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run make regen after 486ec47ab73770ab updated regcomp.sym.
[perl5.git] / installhtml
old mode 100755 (executable)
new mode 100644 (file)
index b243df7..a495281
@@ -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 );