aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/file/zone.go2
1 files changed, 1 insertions, 1 deletions
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()