From 151d7dc5eaabb38a2a7cb2ace72fe8860f4415ae Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Tue, 19 Jul 2022 23:40:11 +0100 Subject: Fix comment typo. --- src/hash-questions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash-questions.c b/src/hash-questions.c index 4b1dd91..adcf62c 100644 --- a/src/hash-questions.c +++ b/src/hash-questions.c @@ -23,7 +23,7 @@ The hash used is SHA-256. If we're building with DNSSEC support, we use the Nettle cypto library. If not, we prefer not to - add a dependency on Nettle, and use a stand-alone implementaion. + add a dependency on Nettle, and use a stand-alone implementation. */ #include "dnsmasq.h" -- cgit v1.2.1