Merge pull request #42670 from yufeifly/fix-typo

fix a typo
This commit is contained in:
Samuel Karp 2021-07-24 13:50:30 -07:00 committed by GitHub
commit e9b07a730e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ func (i *ImageService) PullImage(ctx context.Context, image, tag string, platfor
// is a single-arch image, in which case (for backward compatibility),
// we allow the image to have a non-matching architecture. The code
// below checks for this situation, and returns a warning to the client,
// as well ass logs it to the daemon logs.
// as well as logging it to the daemon logs.
img, err := i.GetImage(image, platform)
// Note that this is a special case where GetImage returns both an image