fix: typo in dialer_test.go

This commit is contained in:
Ikko Eltociear Ashimine 2024-03-29 17:20:03 +09:00 committed by GitHub
parent 618fb5f232
commit b636b21167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -579,7 +579,7 @@ func (f *fakeSpiffePKI) genSVID(t *testing.T, id spiffeid.ID) *x509svid.SVID {
return svid
}
// fakeSpiffeSource allows retrieving staticly an SVID and its associated bundle.
// fakeSpiffeSource allows retrieving statically an SVID and its associated bundle.
type fakeSpiffeSource struct {
bundle *x509bundle.Bundle
svid *x509svid.SVID