fix typo.

This commit is contained in:
slamm%netscape.com 1999-06-25 22:14:51 +00:00
parent 174b554398
commit 9d8b66ea92

View File

@ -338,7 +338,7 @@ sub print_warning {
# File link
if ($file =~ /\[multiple\]/) {
$file =~ s/.\[multiple\]//;
$file =~ s/\[multiple\]//;
print "<a target='_other' href='http://lxr.mozilla.org/seamonkey/find?string=$file'>";
print "$file:$linenum";
print "</a> (multiple file matches)";