Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
21386ebdd5
commit
c08497adee
9 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue