summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index d9e1e516b..384101de3 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -3410,7 +3410,7 @@ pkgAcqArchive::pkgAcqArchive(pkgAcquire *const Owner, pkgSourceList *const Sourc
for (auto const &hs : hsl)
if (ExpectedHashes.push_back(hs) == false)
{
- _error->Warning("Sources disagree on hashes for supposely identical version '%s' of '%s'.",
+ _error->Warning("Sources disagree on hashes for supposedly identical version '%s' of '%s'.",
Version.VerStr(), Version.ParentPkg().FullName(false).c_str());
break;
}