Merge pull request #19499 from nanahpang/fix_typo_cl_255487586

fix typo "transfered" to "transferred"
pull/19503/head
nanahpang 6 years ago committed by GitHub
commit 3a33fccb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/security/credentials/oauth2/oauth2_credentials.cc

@ -520,7 +520,7 @@ grpc_error* LoadTokenFile(const char* path, gpr_slice* token) {
class StsTokenFetcherCredentials
: public grpc_oauth2_token_fetcher_credentials {
public:
StsTokenFetcherCredentials(grpc_uri* sts_url, // Ownership transfered.
StsTokenFetcherCredentials(grpc_uri* sts_url, // Ownership transferred.
const grpc_sts_credentials_options* options)
: sts_url_(sts_url),
resource_(gpr_strdup(options->resource)),

Loading…
Cancel
Save