diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-06 19:09:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-06 19:09:52 +0000 |
commit | 6ef9d48665a816be77a26498db28cde5dcd9dc90 (patch) | |
tree | 7abda40e8958addb4cd4a3e884fc11416df86e6e /utils/c2ph.PL | |
parent | 916d64a3a14e0d933ef0f4e8592bd46ac973efe6 (diff) | |
download | perl-6ef9d48665a816be77a26498db28cde5dcd9dc90.tar.gz |
Typolice.
p4raw-id: //depot/perl@17045
Diffstat (limited to 'utils/c2ph.PL')
-rw-r--r-- | utils/c2ph.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/c2ph.PL b/utils/c2ph.PL index f9612068f4..d676218ce3 100644 --- a/utils/c2ph.PL +++ b/utils/c2ph.PL @@ -5,7 +5,7 @@ use File::Basename qw(&basename &dirname); use Cwd; use subs qw(link); -sub link { # This is a cutdown vesion of installperl:link(). +sub link { # This is a cut-down version of installperl:link(). my($from,$to) = @_; my($success) = 0; |