chore: fix function names in comment (#7633)

Signed-off-by: clonefetch <c0217@outlook.com>
This commit is contained in:
clonefetch
2024-04-10 17:45:29 +08:00
committed by GitHub
parent 63fe9f1f1f
commit 474dc824e7
7 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ func (f *fakeCredentialsFileStore) Path(*corev1api.SecretKeySelector) (string, e
return f.path, f.err
}
// NewFakeCredentialFileStore creates a FileStore which will return the given path
// NewFakeCredentialsFileStore creates a FileStore which will return the given path
// and error when Path is called.
func NewFakeCredentialsFileStore(path string, err error) FileStore {
return &fakeCredentialsFileStore{