Skip to content

Commit

Permalink
Merge pull request #963 from mikewiacek/master
Browse files Browse the repository at this point in the history
Fix a spelling mistake.
  • Loading branch information
iamqizhao committed Nov 2, 2016
2 parents 3235584 + 0dd9192 commit f8b3c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f8b3c60

Please sign in to comment.