From 8d09cb243f09704c39609499c4d07f27e3e2e39c Mon Sep 17 00:00:00 2001 From: Nguyen Quang Huy Date: Sun, 17 Feb 2019 15:31:12 +0700 Subject: Fix some typos (#2560) * Fix some typos Corect some words for reading more easily * Update NOERROR response code NOERROR is a response code so I revert the typo checking for it --- plugin/backend_lookup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/backend_lookup.go') diff --git a/plugin/backend_lookup.go b/plugin/backend_lookup.go index 66550ad01..0649ccfa5 100644 --- a/plugin/backend_lookup.go +++ b/plugin/backend_lookup.go @@ -438,7 +438,7 @@ func newAddress(s msg.Service, name string, ip net.IP, what uint16) dns.RR { return &dns.AAAA{Hdr: hdr, AAAA: ip} } -// checkForApex checks the spcecial apex.dns directory for records that will be returned as A or AAAA. +// checkForApex checks the special apex.dns directory for records that will be returned as A or AAAA. func checkForApex(b ServiceBackend, zone string, state request.Request, opt Options) ([]msg.Service, error) { if state.Name() != zone { return b.Services(state, false, opt) -- cgit v1.2.3