Skip to content

Commit ccf35c9

Browse files
blink1073lencap
andauthored
[master] chore: fix some comments (#1748)
Co-authored-by: lencap <[email protected]>
1 parent f1509e3 commit ccf35c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/testoidcauth/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func machine31failureWithCachedTokensFetchANewTokenAndRetryAuth() error {
371371
authenticatorField = reflect.NewAt(
372372
authenticatorField.Type(),
373373
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
374-
// this is the only usage of the x packages in the test, showing the the public interface is
374+
// this is the only usage of the x packages in the test, showing the public interface is
375375
// correct.
376376
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken("some random happy sunshine string")
377377

@@ -1211,7 +1211,7 @@ func human31usesSpeculativeAuth() error {
12111211
authenticatorField = reflect.NewAt(
12121212
authenticatorField.Type(),
12131213
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
1214-
// This is the only usage of the x packages in the test, showing the the public interface is
1214+
// This is the only usage of the x packages in the test, showing the public interface is
12151215
// correct.
12161216
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken(string(accessToken))
12171217

0 commit comments

Comments
 (0)