resolve: fix typo

Follow-up for 67d0ce8843.
This commit is contained in:
Yu Watanabe
2024-09-03 14:00:15 +09:00
parent 7fd18c93d8
commit cdf006973d

View File

@@ -1219,7 +1219,7 @@ int dnssec_verify_rrset_search(
if (realtime == USEC_INFINITY)
realtime = now(CLOCK_REALTIME);
/* Have we seen an unreasonable number of invalid signaures? */
/* Have we seen an unreasonable number of invalid signatures? */
if (nvalidations > DNSSEC_INVALID_MAX) {
if (ret_rrsig)
*ret_rrsig = NULL;