Change 17711 by [EMAIL PROTECTED] on 2002/08/12 11:20:49
Subject: [PATCH s2p] Small typo correction
From: "Newton, Philip" <[EMAIL PROTECTED]>
Date: Wed, 7 Aug 2002 11:50:51 +0200
Message-id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/x2p/s2p.PL#23 edit
Differences ...
==== //depot/perl/x2p/s2p.PL#23 (text) ====
Index: perl/x2p/s2p.PL
--- perl/x2p/s2p.PL#22~17578~ Tue Jul 16 10:56:17 2002
+++ perl/x2p/s2p.PL Mon Aug 12 04:20:49 2002
@@ -786,7 +786,7 @@
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 @@
=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.
End of Patch.