diff options
author | Newton, Philip <Philip.Newton@datenrevision.de> | 2002-08-07 13:50:51 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-12 11:20:49 +0000 |
commit | 3484938bb2ab61a738a2ff7364d2b202c1cd2d62 (patch) | |
tree | eabd56432e24113c41f5538a7cdadbe469e02265 /x2p | |
parent | f0f835c2976ada1bb00d5ec52c67c4546ac5d689 (diff) | |
download | perl-3484938bb2ab61a738a2ff7364d2b202c1cd2d62.tar.gz |
Small typo correction
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
p4raw-id: //depot/perl@17711
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/s2p.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL index 1e2ee1a6ac..4b2daa918d 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -786,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++; } @@ -1860,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. |