mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
[skip ci] Fix grammar mistake in task (#13542)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
932b8f4b22
commit
dcba2f38ee
@ -620,7 +620,7 @@ func (w *watchDeltaChannelsTask) Execute(ctx context.Context) error {
|
||||
for _, channel := range vDeltaChannels {
|
||||
err = qc.addTSafeWatcher(channel)
|
||||
if err != nil {
|
||||
// tSafe have been exist, not error
|
||||
// tSafe have been existed, not error
|
||||
log.Warn(err.Error())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user