mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
fix wrong spells in zone.go (#3135)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user