aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-08-22 14:20:24 -0700
committerGravatar GitHub <noreply@github.com>2018-08-22 14:20:24 -0700
commit142acb3b0fd2b3586ad150691ddbe95a8bfdd73f (patch)
tree7a2ea918c50cfa3b37ea3ddb5f067c875650b68f /src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
parent8a57e86b168607ee7f7f1688771401b4f6a264ee (diff)
parentfba18d8551dcd515b8f6b85b03a9dbda1c2e0272 (diff)
Merge pull request #16425 from lamby/spelling-errors
Fix a number of spelling errors.
Diffstat (limited to 'src/core/lib/security/credentials/oauth2/oauth2_credentials.cc')
-rw-r--r--src/core/lib/security/credentials/oauth2/oauth2_credentials.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc b/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
index 43dd68e874..44b093557f 100644
--- a/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
+++ b/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
@@ -235,7 +235,7 @@ static void on_oauth2_token_fetcher_http_response(void* user_data,
access_token_md);
} else {
error = GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING(
- "Error occured when fetching oauth2 token.", &error, 1);
+ "Error occurred when fetching oauth2 token.", &error, 1);
}
GRPC_CLOSURE_SCHED(pending_request->on_request_metadata, error);
grpc_polling_entity_del_from_pollset_set(