diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-06-18 10:48:53 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-06-18 10:52:19 +0200 |
commit | 292a48cab4f3d61b1805fa5f947667012049cce3 (patch) | |
tree | 39f17e37b9bc7eff1ab04b4f6e982c160afa96bd /cmd/podman/shared/container.go | |
parent | 8bcfd24397ee365a08ea9fe95cae91554a933e5c (diff) | |
download | podman-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.go')
-rw-r--r-- | cmd/podman/shared/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/shared/container.go b/cmd/podman/shared/container.go index c97eaa290..f24a2358f 100644 --- a/cmd/podman/shared/container.go +++ b/cmd/podman/shared/container.go @@ -710,7 +710,7 @@ func portsToString(ports []ocicni.PortMapping) string { } // GetRunlabel is a helper function for runlabel; it gets the image if needed and begins the -// contruction of the runlabel output and environment variables +// construction of the runlabel output and environment variables func GetRunlabel(label string, runlabelImage string, ctx context.Context, runtime *libpod.Runtime, pull bool, inputCreds string, dockerRegistryOptions image.DockerRegistryOptions, authfile string, signaturePolicyPath string, output io.Writer) (string, string, error) { var ( newImage *image.Image |