summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2024-12-27 02:16:56 +0000
committerDavid Kalnischkies <david@kalnischkies.de>2025-01-05 22:16:09 +0000
commit25cd3ded69a79c2a7eb3d858e041f1509f5f5ed8 (patch)
treeb9e987d54b3ad88dbb426dfe89787c96608f7c20 /apt-pkg/deb
parent1a35028dd9ee4554a1a1f9f77a4dee615fb278ae (diff)
Remove leftovers of the apt-key removal
References: a00fbbdb28cc31e78882301c2efe7218583ab4cb
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r--apt-pkg/deb/debmetaindex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc
index 191be05d6..c53b00881 100644
--- a/apt-pkg/deb/debmetaindex.cc
+++ b/apt-pkg/deb/debmetaindex.cc
@@ -75,7 +75,7 @@ static std::string NormalizeSignedBy(std::string SignedBy, bool const Introducer
return os.str();
}
- // we could go all fancy and allow short/long/string matches as gpgv/apt-key does,
+ // we could go all fancy and allow short/long/string matches as gpgv does,
// but fingerprints are harder to fake than the others and this option is set once,
// not interactively all the time so easy to type is not really a concern.
std::transform(SignedBy.begin(), SignedBy.end(), SignedBy.begin(), [](char const c) {