summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-02-17 01:19:08 +0100
committerGuillem Jover <guillem@debian.org>2015-03-31 07:08:34 +0200
commit453132199086db399401668a2c572b32c9f71717 (patch)
treeeef3934001e6006d6469b78fa34962d1d45565a5 /scripts/Dpkg/Control
parentc6d00a09743e4fa4d531a341f0113c43a2669972 (diff)
downloaddpkg-453132199086db399401668a2c572b32c9f71717.tar.gz
Expand EOF and eof into "end of file" in error messages
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r--scripts/Dpkg/Control/HashCore.pm2
1 files changed, 1 insertions, 1 deletions
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-----$/) {