diff options
author | 2019-02-08 00:27:27 +0800 | |
---|---|---|
committer | 2019-02-07 11:27:27 -0500 | |
commit | 06d945fc322a6af44d0a81b285ca4653bea963ab (patch) | |
tree | 39c847590aae310cbfe9954206ec590094d20eb8 /plugin/etcd/msg | |
parent | 39cf4823485000fc5d83ac8d2513d6efda93b2e9 (diff) | |
download | coredns-06d945fc322a6af44d0a81b285ca4653bea963ab.tar.gz coredns-06d945fc322a6af44d0a81b285ca4653bea963ab.tar.zst coredns-06d945fc322a6af44d0a81b285ca4653bea963ab.zip |
Fix some spelling errors in comment (#2533)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
Diffstat (limited to 'plugin/etcd/msg')
-rw-r--r-- | plugin/etcd/msg/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/msg/path.go b/plugin/etcd/msg/path.go index dc7494782..c90798035 100644 --- a/plugin/etcd/msg/path.go +++ b/plugin/etcd/msg/path.go @@ -30,7 +30,7 @@ func Domain(s string) string { } // PathWithWildcard ascts as Path, but if a name contains wildcards (* or any), the name will be -// chopped of before the (first) wildcard, and we do a highler evel search and +// chopped of before the (first) wildcard, and we do a higher level search and // later find the matching names. So service.*.skydns.local, will look for all // services under skydns.local and will later check for names that match // service.*.skydns.local. If a wildcard is found the returned bool is true. |