summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"