From 318e8c6e8b3dc24be15da0be047ccfc64a1fb404 Mon Sep 17 00:00:00 2001 From: Chris Crone <christopher.crone@docker.com> Date: Tue, 3 Nov 2020 21:18:09 +0100 Subject: [PATCH] api: Fix typo Signed-off-by: Chris Crone <christopher.crone@docker.com> --- api/containers/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/containers/api.go b/api/containers/api.go index c3770c023..876b32684 100644 --- a/api/containers/api.go +++ b/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