summaryrefslogtreecommitdiff
path: root/cmd/podman/shared/container_inspect.go
diff options
context:
space:
mode:
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