summaryrefslogtreecommitdiff
path: root/cmd/podman/shared/container_inspect.go
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-06-18 10:48:53 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-06-18 10:52:19 +0200
commit292a48cab4f3d61b1805fa5f947667012049cce3 (patch)
tree39f17e37b9bc7eff1ab04b4f6e982c160afa96bd /cmd/podman/shared/container_inspect.go
parent8bcfd24397ee365a08ea9fe95cae91554a933e5c (diff)
downloadpodman-292a48cab4f3d61b1805fa5f947667012049cce3.tar.gz
podman-292a48cab4f3d61b1805fa5f947667012049cce3.tar.bz2
podman-292a48cab4f3d61b1805fa5f947667012049cce3.zip
cmd, docs, test: fix some typos
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'cmd/podman/shared/container_inspect.go')
-rw-r--r--cmd/podman/shared/container_inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/shared/container_inspect.go b/cmd/podman/shared/container_inspect.go
index 97a1d0238..fed089d29 100644
--- a/cmd/podman/shared/container_inspect.go
+++ b/cmd/podman/shared/container_inspect.go
@@ -108,7 +108,7 @@ type InspectContainerConfig struct {
}
// InspectLogConfig holds information about a container's configured log driver
-// and is presently unused. It is retained for Docker compatability.
+// and is presently unused. It is retained for Docker compatibility.
type InspectLogConfig struct {
Type string `json:"Type"`
Config map[string]string `json:"Config"` //idk type, TODO