From bde393096f76dc02752f71f9deff5934353e4eb8 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Sat, 17 Aug 2019 23:29:46 +0800 Subject: [PATCH] fix wrong spells in zone.go (#3135) --- plugin/file/zone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/file/zone.go b/plugin/file/zone.go index 9a12ca69f..27c951774 100644 --- a/plugin/file/zone.go +++ b/plugin/file/zone.go @@ -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()