diff options
author | 2019-08-21 16:08:55 -0400 | |
---|---|---|
committer | 2019-08-21 16:08:55 -0400 | |
commit | 3f47fc8ba4f43a074c078c71fccb8a0463d31672 (patch) | |
tree | aca616b315d0114a4351c4bdda2bdcf05a638b06 /plugin/kubernetes/setup.go | |
parent | 6881d6d5854a718cd5c754f496a53f9931d6e34e (diff) | |
download | coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.gz coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.zst coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.zip |
typo fixes (#3169)
* spelling fixes
* its/it's
Diffstat (limited to 'plugin/kubernetes/setup.go')
-rw-r--r-- | plugin/kubernetes/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/setup.go b/plugin/kubernetes/setup.go index 00c698181..eb33936fa 100644 --- a/plugin/kubernetes/setup.go +++ b/plugin/kubernetes/setup.go @@ -184,7 +184,7 @@ func ParseStanza(c *caddy.Controller) (*Kubernetes, error) { case "endpoint": args := c.RemainingArgs() if len(args) > 0 { - // Multiple endoints are deprecated but still could be specified, + // Multiple endpoints are deprecated but still could be specified, // only the first one be used, though k8s.APIServerList = args if len(args) > 1 { |