From: Otto Moerbeek Date: Wed, 21 Jun 2023 11:17:01 +0000 (+0200) Subject: Typo inc omment X-Git-Tag: rec-5.0.0-alpha1~160^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12933%2Fhead;p=thirdparty%2Fpdns.git Typo inc omment Co-authored-by: Remi Gacogne --- diff --git a/pdns/dnssecinfra.cc b/pdns/dnssecinfra.cc index a07a9f1d8f..3e9056d711 100644 --- a/pdns/dnssecinfra.cc +++ b/pdns/dnssecinfra.cc @@ -400,7 +400,7 @@ bool DNSCryptoKeyEngine::verifyOne(unsigned int algo) { const auto& makers = getAllMakers(); auto iter = makers.find(algo); - // No algo foound + // No algo found if (iter == makers.cend()) { return false; }