diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-03-25 09:31:42 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-03-25 09:31:42 +0100 |
commit | a2025a9a307bf4796e90623b002a7fa80ae814ef (patch) | |
tree | 2db7d65f18495a092315e3e50b7c47e2d641b3ed /apt-pkg/deb/debmetaindex.cc | |
parent | 21895193b664a403179fcd8eee379b9b371084b5 (diff) |
drop confusing comma from no strong hash message
Diffstat (limited to 'apt-pkg/deb/debmetaindex.cc')
-rw-r--r-- | apt-pkg/deb/debmetaindex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc index 97f881269..71b208622 100644 --- a/apt-pkg/deb/debmetaindex.cc +++ b/apt-pkg/deb/debmetaindex.cc @@ -435,7 +435,7 @@ bool debReleaseIndex::Load(std::string const &Filename, std::string * const Erro if(FoundStrongHashSum == false) { if (ErrorText != NULL) - strprintf(*ErrorText, _("No Hash entry in Release file %s, which is considered strong enough for security purposes"), Filename.c_str()); + strprintf(*ErrorText, _("No Hash entry in Release file %s which is considered strong enough for security purposes"), Filename.c_str()); return false; } |