aboutsummaryrefslogtreecommitdiff
path: root/pkg/auth
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-21 14:55:26 -0500
committerGitHub <noreply@github.com>2022-01-21 14:55:26 -0500
commitd847ad598d752dad479250b7f289858cc272cb04 (patch)
tree4100d6634ba79d3e55d4f6d79835abc233133ad6 /pkg/auth
parent1e5a4b99ee81164291fd2cf5a25408e641640e97 (diff)
parent5736649eb8eca8b6f1870a1868def188be1467ff (diff)
downloadpodman-d847ad598d752dad479250b7f289858cc272cb04.tar.gz
podman-d847ad598d752dad479250b7f289858cc272cb04.tar.bz2
podman-d847ad598d752dad479250b7f289858cc272cb04.zip
Merge pull request #12961 from rhatdan/codespell
Run codespell
Diffstat (limited to 'pkg/auth')
-rw-r--r--pkg/auth/auth_test.go2
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() {}