diff options
Diffstat (limited to 'middleware/file/lookup.go')
-rw-r--r-- | middleware/file/lookup.go | 2 |
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 |