X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2Fs2p.PL;h=4b2daa918dd190b3b2b27462e2b6a16cd45a82f5;hb=a411aea0a3f8c0416fcb2b5bf9b69fb9ae7ff965;hp=0e8fa8f2a6e776ce1385110e4a2b8c0bb825f476;hpb=6ef9d48665a816be77a26498db28cde5dcd9dc90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/s2p.PL b/x2p/s2p.PL index 0e8fa8f..4b2daa9 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -17,7 +17,6 @@ sub link { # This is a cut-down version of installperl:link(). : die "Couldn't link $from to $to: $!\n"; }; if ($@) { - warn $@; require File::Copy; File::Copy::copy($from, $to) ? $success++ @@ -787,7 +786,7 @@ sub makey($$$){ my $fc = substr($fr,$i,1); my $tc = substr($to,$i,1); if( exists( $tr{$fc} ) && $tr{$fc} ne $tc ){ - Warn( "ambiguos translation for character `$fc' in `y' command", + Warn( "ambiguous translation for character `$fc' in `y' command", $fl ); $error++; } @@ -1861,7 +1860,7 @@ See L<"Additional Atoms">. =over 4 -=item ambiguos translation for character `%s' in `y' command +=item ambiguous translation for character `%s' in `y' command The indicated character appears twice, with different translations.