diff --git a/credentials/oauth/oauth.go b/credentials/oauth/oauth.go index 8e68c4d73b3..25393cc641c 100644 --- a/credentials/oauth/oauth.go +++ b/credentials/oauth/oauth.go @@ -61,7 +61,7 @@ func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (ma }, nil } -// RequireTransportSecurity indicates whether the credentails requires transport security. +// RequireTransportSecurity indicates whether the credentials requires transport security. func (ts TokenSource) RequireTransportSecurity() bool { return true }