From 0dd919209f00c70818aed40845bbaad215155749 Mon Sep 17 00:00:00 2001 From: Mike Wiacek Date: Mon, 31 Oct 2016 19:53:00 -0700 Subject: [PATCH] Fix a spelling mistake. --- credentials/oauth/oauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }