This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix spelling
authorKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 22:34:56 +0000 (14:34 -0800)
committerKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 22:34:56 +0000 (14:34 -0800)
installman

index b8c7757..0154be4 100755 (executable)
@@ -54,7 +54,7 @@ foreach my $pre (qw(man1 man3)) {
 }
 $opts{verbose} ||= $opts{notify};
 
-# Explicitely disabled installation of man pages
+# Explicitly disabled installation of man pages
 if ($opts{man1dir} eq '' && $opts{man3dir} eq '') {
     warn "Manual page installation was disabled by Configure\n";
     exit 0;