Correct spelling error (#13412)

Signed-off-by: xiangzhou.guo <xiangzhou.guo@zilliz.com>
This commit is contained in:
xiangzhou.guo 2021-12-15 15:57:09 +08:00 committed by GitHub
parent fcd1ee9c8e
commit 78d583a3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ type ROChannelStore interface {
GetNodes() []int64
}
// RWChannelStore is the read write channel store which matains the mapping between channels and node
// RWChannelStore is the read write channel store which maintains the mapping between channels and node
type RWChannelStore interface {
ROChannelStore
// Reload restores the buffer channels and node-channels mapping form kv