typo fixes (#3169)

* spelling fixes

* its/it's
This commit is contained in:
Chris O'Haver
2019-08-21 16:08:55 -04:00
committed by GitHub
parent 6881d6d585
commit 3f47fc8ba4
28 changed files with 32 additions and 33 deletions

View File

@@ -206,7 +206,7 @@ func (h *Azure) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
return plugin.NextOrFailure(h.Name(), h.Next, ctx, w, r)
}
zones, ok := h.zones[zone] // ok true if we are authoritive for the zone.
zones, ok := h.zones[zone] // ok true if we are authoritative for the zone.
if !ok || zones == nil {
return dns.RcodeServerFailure, nil
}