Fix comment typo.

This commit is contained in:
Simon Kelley
2022-07-07 20:56:07 +01:00
parent 03345ecefe
commit 20b4a4ea5b

View File

@@ -23,7 +23,7 @@
The hash used is SHA-256. If we're building with DNSSEC support, 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 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" #include "dnsmasq.h"