summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-02-13 16:43:49 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-02-13 16:43:49 +0000
commitdac74312da3341e620195b75bf2ab4d759948611 (patch)
treeece4317effff03f253a2496808b0d1b85f6ea42c
parent2ecd9bd5c0cdbad8ad2560596f0b16c252b75607 (diff)
downloaddnsmasq-dac74312da3341e620195b75bf2ab4d759948611.tar.gz
TYpo.
-rw-r--r--src/forward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/forward.c b/src/forward.c
index 1b6f80e..5b9fa1e 100644
--- a/src/forward.c
+++ b/src/forward.c
@@ -256,7 +256,7 @@ static int forward_query(int udpfd, union mysockaddr *udpaddr,
else if (forward || (hash && (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, hash))))
{
#ifdef HAVE_DNSSEC
- /* If we've already got an answer to this query, but we're awaiting keys for vaildation,
+ /* If we've already got an answer to this query, but we're awaiting keys for validation,
there's no point retrying the query, retry the key query instead...... */
if (forward->blocking_query)
{