mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Fix codespell errors
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user