mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -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,
|
||||
// otionally followed by all RRSIG(SOA)s.
|
||||
// optionally followed by all RRSIG(SOA)s.
|
||||
func (z *Zone) All() []dns.RR {
|
||||
records := []dns.RR{}
|
||||
z.RLock()
|
||||
|
||||
Reference in New Issue
Block a user