aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/parse.go')
-rw-r--r--plugin/kubernetes/parse.go2
1 files changed, 1 insertions, 1 deletions
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 {