Skip to content

Commit

Permalink
Merge pull request moby#32221 from harche/patch-2
Browse files Browse the repository at this point in the history
Fixing a typo in spelling
  • Loading branch information
thaJeztah authored Mar 30, 2017
2 parents b214d8d + 5e1349e commit 11c2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 11c2056

Please sign in to comment.