Skip to content

Commit

Permalink
Fix a spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiacek committed Nov 1, 2016
1 parent 3235584 commit 0dd9192
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 0dd9192

Please sign in to comment.