Commit 1decf52c authored by Shawn Smith's avatar Shawn Smith Committed by Miek Gieben

fix typo (#268)

parent a8fb01bf
...@@ -76,7 +76,7 @@ func (k Kubernetes) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.M ...@@ -76,7 +76,7 @@ func (k Kubernetes) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.M
} }
fallthrough fallthrough
default: default:
// Do a fake A lookup, so we can distinguish betwen NODATA and NXDOMAIN // Do a fake A lookup, so we can distinguish between NODATA and NXDOMAIN
_, err = k.A(zone, state, nil) _, err = k.A(zone, state, nil)
} }
if isKubernetesNameError(err) { if isKubernetesNameError(err) {
......
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