Merge pull request #3703 from yuxiaobo96/containerd-my

fix-up :typo
This commit is contained in:
Phil Estes
2019-09-30 08:52:01 -04:00
committed by GitHub

View File

@@ -263,7 +263,7 @@ func getRecords(ctx context.Context, store content.Provider, desc ocispec.Descri
images.HandlerFunc(exportHandler),
)
// Walk sequentially since the number of fetchs is likely one and doing in
// Walk sequentially since the number of fetches is likely one and doing in
// parallel requires locking the export handler
if err := images.Walk(ctx, handlers, desc); err != nil {
return nil, err