Correct spelling error in code comment (#13413)

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

View File

@ -130,7 +130,7 @@ func NewChannelStore(kv kv.TxnKV) *ChannelStore {
return c
}
// Reload restores the buffer channels and node-channels mapping form kv
// Reload restores the buffer channels and node-channels mapping from kv
func (c *ChannelStore) Reload() error {
keys, values, err := c.store.LoadWithPrefix(Params.ChannelWatchSubPath)
if err != nil {