summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-01-21 07:02:54 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2022-01-21 09:52:12 -0500
commit5736649eb8eca8b6f1870a1868def188be1467ff (patch)
tree777de6b2dfc18de27fb5996e8c17469fba4324f5 /libpod
parentc6fd8a421263f5e0386b6f711ea62e68b0188ad6 (diff)
downloadpodman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.gz
podman-5736649eb8eca8b6f1870a1868def188be1467ff.tar.bz2
podman-5736649eb8eca8b6f1870a1868def188be1467ff.zip
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/container_inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_inspect.go b/libpod/container_inspect.go
index 5389d05a4..1344fc659 100644
--- a/libpod/container_inspect.go
+++ b/libpod/container_inspect.go
@@ -274,7 +274,7 @@ func (c *Container) GetInspectMounts(namedVolumes []*ContainerNamedVolume, image
return inspectMounts, nil
}
-// GetSecurityOptions retrives and returns the security related annotations and process information upon inspection
+// GetSecurityOptions retrieves and returns the security related annotations and process information upon inspection
func (c *Container) GetSecurityOptions() []string {
ctrSpec := c.config.Spec
SecurityOpt := []string{}