From a2025a9a307bf4796e90623b002a7fa80ae814ef Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 Mar 2016 09:31:42 +0100 Subject: drop confusing comma from no strong hash message --- apt-pkg/deb/debmetaindex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/deb/debmetaindex.cc') 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; } -- cgit v1.2.3