From a2c22efea247110c7d11f30b1637bf26857d3ed6 Mon Sep 17 00:00:00 2001 From: harche Date: Thu, 30 Mar 2017 14:18:42 +0530 Subject: [PATCH] Fixing a typo in spelling Wrong tense used in a sentence Signed-off-by: Harshal Patil Upstream-commit: 5e1349e0839000f0a6620e139b434c1c60c733a3 Component: engine --- components/engine/image/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/image/image.go b/components/engine/image/image.go index c008f3e9b4..17935ac234 100644 --- a/components/engine/image/image.go +++ b/components/engine/image/image.go @@ -47,7 +47,7 @@ type V1Image struct { Author string `json:"author,omitempty"` // Config is the configuration of the container received from the client Config *container.Config `json:"config,omitempty"` - // Architecture is the hardware that the image is build and runs on + // Architecture is the hardware that the image is built and runs on Architecture string `json:"architecture,omitempty"` // OS is the operating system used to build and run the image OS string `json:"os,omitempty"`