From 453132199086db399401668a2c572b32c9f71717 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 17 Feb 2015 01:19:08 +0100 Subject: Expand EOF and eof into "end of file" in error messages --- scripts/Dpkg/Control/HashCore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Control') diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 05aaa55a8..d55842483 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -238,7 +238,7 @@ sub parse { $_ = <$fh> while defined && m/^\s*$/; unless (length) { $self->parse_error($desc, g_('expected OpenPGP signature, ' . - 'found EOF after blank line')); + 'found end of file after blank line')); } s/\s*\n$//; unless (m/^-----BEGIN PGP SIGNATURE-----$/) { -- cgit v1.2.3