Explorar o código

api: Fix typo

Signed-off-by: Chris Crone <[email protected]>
Chris Crone %!s(int64=5) %!d(string=hai) anos
pai
achega
318e8c6e8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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