From 07599e6a35280e409e78bc25347dee0e510abf43 Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 18 Oct 2021 17:54:41 +0800 Subject: [PATCH] [skip ci] Fix a typo (#10106) Signed-off-by: yhmo --- internal/datacoord/channel_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/channel_manager.go b/internal/datacoord/channel_manager.go index 6fc2c05cb3..45ea216614 100644 --- a/internal/datacoord/channel_manager.go +++ b/internal/datacoord/channel_manager.go @@ -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()