typo: some location use word "etcd" but there is "redis" or "mdns"

This commit is contained in:
liaotonglang
2022-03-02 19:59:34 +08:00
parent c7e7d6cb02
commit e55ceaa201
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func NewMDNSRegisterPlugin(serviceAddress string, port int, m metrics.Registry,
}
}
// Start starts to connect etcd cluster
// Start starts the mdns loop.
func (p *MDNSRegisterPlugin) Start() error {
if p.server == nil && len(p.Services) != 0 {