Fix comment typo.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 19 Jul 2022 22:40:11 +0000 (23:40 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 19 Jul 2022 22:40:11 +0000 (23:40 +0100)
src/hash-questions.c

index 4b1dd91..adcf62c 100644 (file)
@@ -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"