Browse code

Fixing a typo in spelling

Wrong tense used in a sentence

Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>

harche authored on 2017/03/30 17:48:42
Showing 1 changed files
... ...
@@ -47,7 +47,7 @@ type V1Image struct {
47 47
 	Author string `json:"author,omitempty"`
48 48
 	// Config is the configuration of the container received from the client
49 49
 	Config *container.Config `json:"config,omitempty"`
50
-	// Architecture is the hardware that the image is build and runs on
50
+	// Architecture is the hardware that the image is built and runs on
51 51
 	Architecture string `json:"architecture,omitempty"`
52 52
 	// OS is the operating system used to build and run the image
53 53
 	OS string `json:"os,omitempty"`