summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-07-07 20:56:07 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-07-07 20:56:07 +0100
commit20b4a4ea5b19f3143add1342dde74a0be2b30a86 (patch)
treefaee19d30445b3e0cc316d52b29b62fd382f3dba
parent03345ecefeb0d82e3c3a4c28f27c3554f0611b39 (diff)
downloaddnsmasq-20b4a4ea5b19f3143add1342dde74a0be2b30a86.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"