소스 검색

fix a typo

Signed-off-by: yufeifly <yufei.xiong@qq.com>
yufeifly 4 년 전
부모
커밋
17f39dcb4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      daemon/images/image_pull.go

+ 1 - 1
daemon/images/image_pull.go

@@ -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