Skip to content

Commit

Permalink
snapshot: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
  • Loading branch information
ChengyuZhu6 committed Nov 9, 2023
1 parent 5afc3f2 commit 1cdbcfb
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 1cdbcfb

Please sign in to comment.