From: Simon Kelley Date: Tue, 19 Jul 2022 22:40:11 +0000 (+0100) Subject: Fix comment typo. X-Git-Tag: v2.87test9~8^2 X-Git-Url: https://thekelleys.org.uk/gitweb/?a=commitdiff_plain;h=151d7dc5eaabb38a2a7cb2ace72fe8860f4415ae;p=dnsmasq.git Fix comment typo. --- 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"