]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo inc omment 12933/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 21 Jun 2023 11:17:01 +0000 (13:17 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 11:17:01 +0000 (13:17 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/dnssecinfra.cc

index a07a9f1d8fc57f2c3b788b349c209363480729f5..3e9056d711368f5caae4d2551b1cc3d9b9aac66c 100644 (file)
@@ -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;
   }