diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-12-13 15:39:00 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-12-13 15:39:00 +0000 |
| commit | 3d19286906d48ff6f753fee85b4c058618a29715 (patch) | |
| tree | ae098cd776f90afdd753abdb11c31745dc9551e1 | |
| parent | 9e7d101292a52e1d5f52be42c854e60ad6ec7d6f (diff) | |
| parent | d9ffa93a8ef9d8e8c39d1dcbd6b41315858799c7 (diff) | |
Merge branch 'egonw-guest-main-patch-76754' into 'main'
Typo fix
See merge request apt-team/apt!270
| -rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
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; } |
