Skip to content

Commit

Permalink
Merge pull request #556 from ChengyuZhu6/fix_typos
Browse files Browse the repository at this point in the history
snapshot: Fix typo
  • Loading branch information
imeoer authored Nov 10, 2023
2 parents 5afc3f2 + 1cdbcfb commit 5009c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func chooseProcessor(ctx context.Context, logger *logrus.Entry,
labels[label.NydusProxyMode] = "true"
handler = skipHandler
} else {
return nil, "", errors.Errorf("missing CRI reference annotation for snaposhot %s", s.ID)
return nil, "", errors.Errorf("missing CRI reference annotation for snapshot %s", s.ID)
}
case label.IsNydusMetaLayer(labels):
logger.Debugf("found nydus meta layer")
Expand Down

0 comments on commit 5009c52

Please sign in to comment.