]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo inc omment 12936/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 21 Jun 2023 11:17:01 +0000 (13:17 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 21 Jun 2023 13:26:32 +0000 (15:26 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
(cherry picked from commit da6a2d87c8d8cfe49dc6eda3481b82f8faf5a832)

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;
   }