Fixed a typo.

This commit is contained in:
JT Smith 2002-11-02 21:27:18 +00:00
parent 935aefe78d
commit a3e33e6113

View file

@ -26,7 +26,7 @@ sub _replacement {
sub process {
my ($output);
$output = $_[0];
$output =~ s/\^Env\((.*?)\)\;/_replacement($1)/ge;
$output =~ s/\^International\((.*?)\)\;/_replacement($1)/ge;
return $output;
}