diff options
Diffstat (limited to 'install_lib.pl')
-rw-r--r-- | install_lib.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_lib.pl b/install_lib.pl index ae8ba0a990..308af70ed6 100644 --- a/install_lib.pl +++ b/install_lib.pl @@ -16,7 +16,7 @@ BEGIN { # prefixes. # # So we set $^X to pretend that we're the already installed perl, so - # Config.pm doesits ... expansion off that location. + # Config.pm does its ... expansion off that location. my $location = $Config{initialinstalllocation}; die <<'OS' unless defined $location; |