From 0941c297e79b40ffb5415d8ba9a18a9aa2b80359 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 20 Oct 2021 16:46:42 +0800 Subject: [PATCH] [skip ci] Fix typo (#10282) Signed-off-by: yudong.cai --- internal/rootcoord/suffix_snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rootcoord/suffix_snapshot.go b/internal/rootcoord/suffix_snapshot.go index 056695e644..31962df651 100644 --- a/internal/rootcoord/suffix_snapshot.go +++ b/internal/rootcoord/suffix_snapshot.go @@ -343,7 +343,7 @@ func (ss *suffixSnapshot) Load(key string, ts typeutil.Timestamp) (string, error return value, nil } -// MultiSave save muiltple kvs +// MultiSave save multiple kvs // if ts == 0, act like TxnKV // each key-value will be treat in same logic like Save func (ss *suffixSnapshot) MultiSave(kvs map[string]string, ts typeutil.Timestamp) error {