Skip to content

Commit 78b93dd

Browse files
committed
spelling: to
Signed-off-by: Josh Soref <[email protected]>
1 parent 90cbc7a commit 78b93dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/authn/kubernetes/keychain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func NewFromPullSecrets(ctx context.Context, secrets []corev1.Secret) (authn.Key
214214

215215
}
216216

217-
// We reverse sort in to give more specific (aka longer) keys priority
217+
// We reverse sort to give more specific (aka longer) keys priority
218218
// when matching for creds
219219
sort.Sort(sort.Reverse(sort.StringSlice(keyring.index)))
220220
}

0 commit comments

Comments
 (0)