diff options
Diffstat (limited to 'middleware/etcd/msg/path.go')
-rw-r--r-- | middleware/etcd/msg/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/msg/path.go b/middleware/etcd/msg/path.go index 16c1bbd60..aeb52f665 100644 --- a/middleware/etcd/msg/path.go +++ b/middleware/etcd/msg/path.go @@ -27,7 +27,7 @@ func Domain(s string) string { return dns.Fqdn(strings.Join(l[1:len(l)-1], ".")) } -// As Path, but if a name contains wildcards (* or any), the name will be +// 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 // 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 |