From da6a2d87c8d8cfe49dc6eda3481b82f8faf5a832 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 21 Jun 2023 13:17:01 +0200 Subject: [PATCH] Typo inc omment Co-authored-by: Remi Gacogne --- pdns/dnssecinfra.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2