summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xi18n-diff-auditor2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index b85b853..ce2034f 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -225,7 +225,7 @@ sub analyse_chunk_core () {
if (is_trans($y)) {
$next_y->();
die "__ on non-string $y->{P}\n" unless is_string($y);
- die "__ on was non-string $y->{P}\n" unless is_string($x);
+ die "__ on was non-string $x->{P}\n" unless is_string($x);
if ($y->{Q} ne "'") {
die "var subst in new string\n"
if $y->{V} =~ m{(?<!\\) [\$\@]};