[skip ci] Fix a typo (#10106)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-10-18 17:54:41 +08:00 committed by GitHub
parent eaf354144b
commit 07599e6a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ func (c *ChannelManager) DeleteNode(nodeID int64) error {
return err
}
// Watch try to add the chanel to cluster. If the channel already exists, do nothing
// Watch try to add the channel to cluster. If the channel already exists, do nothing
func (c *ChannelManager) Watch(ch *channel) error {
c.mu.Lock()
defer c.mu.Unlock()