fix wrong spells in zone.go (#3135)
This commit is contained in:
parent
86edb15c27
commit
bde393096f
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ func (z *Zone) TransferAllowed(state request.Request) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// All returns all records from the zone, the first record will be the SOA record,
|
// All returns all records from the zone, the first record will be the SOA record,
|
||||||
// otionally followed by all RRSIG(SOA)s.
|
// optionally followed by all RRSIG(SOA)s.
|
||||||
func (z *Zone) All() []dns.RR {
|
func (z *Zone) All() []dns.RR {
|
||||||
records := []dns.RR{}
|
records := []dns.RR{}
|
||||||
z.RLock()
|
z.RLock()
|
||||||
|
|
Loading…
Add table
Reference in a new issue