diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 07:02:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-01-21 09:52:12 -0500 |
commit | 5736649eb8eca8b6f1870a1868def188be1467ff (patch) | |
tree | 777de6b2dfc18de27fb5996e8c17469fba4324f5 /pkg/auth | |
parent | c6fd8a421263f5e0386b6f711ea62e68b0188ad6 (diff) | |
download | podman-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 'pkg/auth')
-rw-r--r-- | pkg/auth/auth_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/auth/auth_test.go b/pkg/auth/auth_test.go index 2c79f0b7c..f25cbf2cc 100644 --- a/pkg/auth/auth_test.go +++ b/pkg/auth/auth_test.go @@ -31,7 +31,7 @@ var largeAuthFileValues = map[string]types.DockerAuthConfig{ // systemContextForAuthFile returns a types.SystemContext with AuthFilePath pointing // to a temporary file with fileContents, or nil if fileContents is empty; and a cleanup -// function the calle rmust arrange to call. +// function the caller must arrange to call. func systemContextForAuthFile(t *testing.T, fileContents string) (*types.SystemContext, func()) { if fileContents == "" { return nil, func() {} |