From 292a48cab4f3d61b1805fa5f947667012049cce3 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 18 Jun 2019 10:48:53 +0200 Subject: cmd, docs, test: fix some typos Signed-off-by: Giuseppe Scrivano --- cmd/podman/shared/container_inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/shared/container_inspect.go') 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 -- cgit v1.2.3-54-g00ecf