projects
/
dnsmasq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770bce9
)
Fix comment typo.
author
Simon Kelley
<simon@thekelleys.org.uk>
Tue, 19 Jul 2022 22:40:11 +0000
(23:40 +0100)
committer
Simon Kelley
<simon@thekelleys.org.uk>
Tue, 19 Jul 2022 22:40:11 +0000
(23:40 +0100)
src/hash-questions.c
patch
|
blob
|
history
diff --git
a/src/hash-questions.c
b/src/hash-questions.c
index
4b1dd91
..
adcf62c
100644
(file)
--- 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 implementa
t
ion.
*/
#include "dnsmasq.h"