Commit bde39309 authored by AllenZMC's avatar AllenZMC Committed by Miek Gieben

fix wrong spells in zone.go (#3135)

parent 86edb15c
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment