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
commit 7f9530d95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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