From b636b21167ab4b25e760282e6f84ce218cc3bee8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 29 Mar 2024 17:20:03 +0900 Subject: [PATCH] fix: typo in dialer_test.go --- pkg/tcp/dialer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tcp/dialer_test.go b/pkg/tcp/dialer_test.go index 2dad7bf38..97ae5d8df 100644 --- a/pkg/tcp/dialer_test.go +++ b/pkg/tcp/dialer_test.go @@ -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