summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-07-19 23:40:11 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-07-19 23:40:11 +0100
commit151d7dc5eaabb38a2a7cb2ace72fe8860f4415ae (patch)
treea66e54460f20dd4025b21a429f4a7f2e5c2da712
parent770bce967cfc9967273d0acfb3ea018fb7b17522 (diff)
downloaddnsmasq-151d7dc5eaabb38a2a7cb2ace72fe8860f4415ae.tar.gz
Fix comment typo.
-rw-r--r--src/hash-questions.c2
1 files changed, 1 insertions, 1 deletions
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"