From: Ian Jackson Date: Mon, 21 Sep 2009 01:08:52 +0000 (+0100) Subject: Correct error message for ambiguous strings X-Git-Tag: 5.0^2~121 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=d3a91cadef5069516785e45388e42b97d1c031e4;hp=1d4081b5d2814df6ac7d402fa35948504c915071 Correct error message for ambiguous strings --- diff --git a/yarrg/web/qtextstringcheck b/yarrg/web/qtextstringcheck index 3b4fdd7..4fbfc54 100755 --- a/yarrg/web/qtextstringcheck +++ b/yarrg/web/qtextstringcheck @@ -109,7 +109,7 @@ if ($chk->method_exists('execute')) { $chk->scall_method("manyambig"), sub { $chk->scall_method("ambiguous", - spec => $each, couldbe => $_[0]) + spec => $each, couldbe => $_[1]) }); if (defined $temsg) { $emsg= $temsg;