diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-09 08:34:46 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-09 08:34:46 -0700 |
commit | 03764bb8289630ad9adc5c73146239355b62b30d (patch) | |
tree | 05dd7f1bd4ee7f8ee97b24f58240bad5ae8a5f85 | |
parent | 887774dc337c1ea2c618671bb859255b0e004cf9 (diff) | |
parent | a6124ec21035f46fa8b4175228bbb32e7a8afd5b (diff) |
Merge pull request #1971 from endobson/patch-1
Fix typo in grpc_security.h
-rw-r--r-- | include/grpc/grpc_security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h index 82f8f442a3..e104b6952f 100644 --- a/include/grpc/grpc_security.h +++ b/include/grpc/grpc_security.h @@ -117,7 +117,7 @@ grpc_credentials *grpc_service_account_credentials_create( grpc_credentials *grpc_jwt_credentials_create(const char *json_key, gpr_timespec token_lifetime); -/* Creates an Oauth2 Refresh Token crednetials object. May return NULL if the +/* Creates an Oauth2 Refresh Token credentials object. May return NULL if the input is invalid. WARNING: Do NOT use this credentials to connect to a non-google service as this could result in an oauth2 token leak. |