From d465dca48fb9c7c03aedf6fd8f266d22085d2bec Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 27 Feb 2015 09:44:08 +0100 Subject: Consistently use proper quotation marks all over the place That is "" or '', and not the unbalanced `' pair. --- scripts/Dpkg/Control/HashCore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Control/HashCore.pm') diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index d55842483..4579a4980 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -243,7 +243,7 @@ sub parse { s/\s*\n$//; unless (m/^-----BEGIN PGP SIGNATURE-----$/) { $self->parse_error($desc, g_('expected OpenPGP signature, ' . - "found something else \`%s'"), $_); + "found something else '%s'"), $_); } # Skip OpenPGP signature while (<$fh>) { -- cgit v1.2.3