summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenfe-Mickaƫl Laventure <mickael.laventure@gmail.com>2016-09-20 08:26:18 -0700
committerGitHub <noreply@github.com>2016-09-20 08:26:18 -0700
commitbeea098b97a160f027bd33f1afeaed30724b98af (patch)
tree004153450d1f0bb680c4797f31b38efe3bf4fc1d
parent359742f2a9f4132e0a687bef12f19cffca4a7230 (diff)
parenta003419fca2c4ce7ed53edc8da67a22748aa4a23 (diff)
downloaddocker-beea098b97a160f027bd33f1afeaed30724b98af.tar.gz
Merge pull request #26736 from dsheets/fix-typo-from-26061
Fix typo in api/types/container/host_config.go
-rw-r--r--api/types/container/host_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/types/container/host_config.go b/api/types/container/host_config.go
index bb3e59813f..cbbfc10807 100644
--- a/api/types/container/host_config.go
+++ b/api/types/container/host_config.go
@@ -323,7 +323,7 @@ type HostConfig struct {
Mounts []mount.Mount `json:",omitempty"`
// Run a custom init inside the container, if null, use the daemon's configured settings
- Init *bool `json:",om itempty"`
+ Init *bool `json:",omitempty"`
}
// Box specifies height and width dimensions. Used for sizing of a console.