diff --git a/snapshot/process.go b/snapshot/process.go index 4c012fbb26..ce90f5baf6 100644 --- a/snapshot/process.go +++ b/snapshot/process.go @@ -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")