From: Jarkko Hietaniemi Date: Thu, 6 Jun 2002 19:09:52 +0000 (+0000) Subject: Typolice. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ef9d48665a816be77a26498db28cde5dcd9dc90;p=p5sagit%2Fp5-mst-13.2.git Typolice. p4raw-id: //depot/perl@17045 --- diff --git a/utils/c2ph.PL b/utils/c2ph.PL index f961206..d676218 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; diff --git a/x2p/s2p.PL b/x2p/s2p.PL index 7e65401..0e8fa8f 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.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;