diff --git a/plugin/kubernetes/parse.go b/plugin/kubernetes/parse.go index 60d2d3402..c16adc4ca 100644 --- a/plugin/kubernetes/parse.go +++ b/plugin/kubernetes/parse.go @@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) { return r, nil } - // Because of ambiquity we check the labels left: 1: an endpoint. 2: port and protocol. + // Because of ambiguity we check the labels left: 1: an endpoint. 2: port and protocol. // Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain. switch last {