aboutsummaryrefslogtreecommitdiff
path: root/libpod/pod.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-13 14:46:00 +0200
committerGitHub <noreply@github.com>2021-10-13 14:46:00 +0200
commit1c156f22678b3f476ea78fa9e22982c66a7e1559 (patch)
treefe187cfbc2a6c5fdca821d56f40f506dc9e306f0 /libpod/pod.go
parente3cf9b685a0099d55cd4d8086757c78bd64e9371 (diff)
parent8600bce53a962cee3ff174d4b3745fa0f49afa3f (diff)
downloadpodman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.gz
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.bz2
podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.zip
Merge pull request #11948 from rhatdan/codespell
codespell code
Diffstat (limited to 'libpod/pod.go')
-rw-r--r--libpod/pod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/pod.go b/libpod/pod.go
index 068a835f6..0e5ac4906 100644
--- a/libpod/pod.go
+++ b/libpod/pod.go
@@ -390,7 +390,7 @@ func (p *Pod) InfraContainerID() (string, error) {
return p.infraContainerID()
}
-// infraContainer is the unlocked versio of InfraContainer which returns the infra container
+// infraContainer is the unlocked version of InfraContainer which returns the infra container
func (p *Pod) infraContainer() (*Container, error) {
id, err := p.infraContainerID()
if err != nil {