From d3a91cadef5069516785e45388e42b97d1c031e4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Sep 2009 02:08:52 +0100 Subject: [PATCH 1/1] Correct error message for ambiguous strings --- yarrg/web/qtextstringcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2