aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/lookup.go
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2017-08-04 09:06:06 -0700
committerGravatar Miek Gieben <miek@miek.nl> 2017-08-04 09:06:06 -0700
commitc08497adeea1eb03b84e11c25e6e1b0b41348a7c (patch)
treef513c5d3011f3b070e088f96296715ba8d34ff02 /middleware/file/lookup.go
parent21386ebdd594daa2497fa11c0713f2db58f21db6 (diff)
downloadcoredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.tar.gz
coredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.tar.zst
coredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.zip
Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'middleware/file/lookup.go')
-rw-r--r--middleware/file/lookup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/file/lookup.go b/middleware/file/lookup.go
index 36db27dc4..2ca1ec943 100644
--- a/middleware/file/lookup.go
+++ b/middleware/file/lookup.go
@@ -39,7 +39,7 @@ func (z *Zone) Lookup(state request.Request, qname string) ([]dns.RR, []dns.RR,
}
}()
- // If z is a secondary zone we might not have transfered it, meaning we have
+ // If z is a secondary zone we might not have transferred it, meaning we have
// all zone context setup, except the actual record. This means (for one thing) the apex
// is empty and we don't have a SOA record.
soa := z.Apex.SOA