Skip to content

Commit 65ac180

Browse files
bgerrityericchiang
authored andcommitted
fix minor typo
1 parent 6d6be43 commit 65ac180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc/oidc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func getClient(ctx context.Context) *http.Client {
7979
// provider, err := oidc.NewProvider(ctx, discoveryBaseURL)
8080
//
8181
// This is insecure because validating the correct issuer is critical for multi-tenant
82-
// proivders. Any overrides here MUST be carefully reviewed.
82+
// providers. Any overrides here MUST be carefully reviewed.
8383
func InsecureIssuerURLContext(ctx context.Context, issuerURL string) context.Context {
8484
return context.WithValue(ctx, issuerURLKey, issuerURL)
8585
}

0 commit comments

Comments
 (0)