소스 검색

api: Fix typo

Signed-off-by: Chris Crone <[email protected]>
Chris Crone 5 년 전
부모
커밋
318e8c6e8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/containers/api.go

+ 1 - 1
api/containers/api.go

@@ -85,7 +85,7 @@ type Port struct {
 type ContainerConfig struct {
 	// ID uniquely identifies the container
 	ID string
-	// Image specifies the iamge reference used for a container
+	// Image specifies the image reference used for a container
 	Image string
 	// Command are the arguments passed to the container's entrypoint
 	Command []string