MM_Unix.pm : work around File::Find problem on VMS
[p5sagit/p5-mst-13.2.git] / utils / c2ph.PL
index f961206..d676218 100644 (file)
@@ -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;