diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-25 10:32:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:32:48 -0400 |
commit | af01cd06dd2b8da743c5a52cb43b53fcfaef648f (patch) | |
tree | b98edfb7e899911c159263164b31bd5f91ece299 /pkg/util/utils.go | |
parent | 800a367d737828193de5e41f8ad5587e2dde1f59 (diff) | |
parent | 429b1f7685129974399c599964689e1050a52141 (diff) | |
download | podman-af01cd06dd2b8da743c5a52cb43b53fcfaef648f.tar.gz podman-af01cd06dd2b8da743c5a52cb43b53fcfaef648f.tar.bz2 podman-af01cd06dd2b8da743c5a52cb43b53fcfaef648f.zip |
Merge pull request #14357 from rhatdan/codespell
Fix codespell errors
Diffstat (limited to 'pkg/util/utils.go')
-rw-r--r-- | pkg/util/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/util/utils.go b/pkg/util/utils.go index 1b7663330..ad5db9a1a 100644 --- a/pkg/util/utils.go +++ b/pkg/util/utils.go @@ -79,7 +79,7 @@ func ParseRegistryCreds(creds string) (*types.DockerAuthConfig, error) { }, nil } -// StringInSlice is depracated, use containers/common/pkg/util/StringInSlice +// StringInSlice is deprecated, use containers/common/pkg/util/StringInSlice func StringInSlice(s string, sl []string) bool { return util.StringInSlice(s, sl) } |