diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-25 05:56:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-25 05:56:29 -0400 |
commit | 429b1f7685129974399c599964689e1050a52141 (patch) | |
tree | f8fdec234c67584fd736a8e11cba4082c2e61225 /pkg/util | |
parent | b13184dfb4fbef640dc3fe421d32de068672d4ed (diff) | |
download | podman-429b1f7685129974399c599964689e1050a52141.tar.gz podman-429b1f7685129974399c599964689e1050a52141.tar.bz2 podman-429b1f7685129974399c599964689e1050a52141.zip |
Fix codespell errors
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/util')
-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) } |