summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-06 19:09:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-06 19:09:52 +0000
commit6ef9d48665a816be77a26498db28cde5dcd9dc90 (patch)
tree7abda40e8958addb4cd4a3e884fc11416df86e6e /x2p
parent916d64a3a14e0d933ef0f4e8592bd46ac973efe6 (diff)
downloadperl-6ef9d48665a816be77a26498db28cde5dcd9dc90.tar.gz
Typolice.
p4raw-id: //depot/perl@17045
Diffstat (limited to 'x2p')
-rw-r--r--x2p/s2p.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index 7e654017b7..0e8fa8f2a6 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;