Fix a syntax error in a code comment

Signed-off-by: L2ncE <llance_24@foxmail.com>
This commit is contained in:
L2ncE 2022-06-15 23:19:12 +08:00
parent 71bba3c761
commit 637afd359b

View File

@ -242,7 +242,7 @@ func checkSuffix(lg *zap.Logger, names []string) []string {
snaps = append(snaps, names[i])
} else {
// If we find a file which is not a snapshot then check if it's
// a vaild file. If not throw out a warning.
// a valid file. If not throw out a warning.
if _, ok := validFiles[names[i]]; !ok {
if lg != nil {
lg.Warn("found unexpected non-snap file; skipping", zap.String("path", names[i]))