]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnssecinfra.cc
Typo inc omment
[thirdparty/pdns.git] / 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;
   }