diff options
author | Eric Dobson <endobson@google.com> | 2015-06-08 11:17:42 -0700 |
---|---|---|
committer | Eric Dobson <endobson@google.com> | 2015-06-08 11:17:42 -0700 |
commit | a6124ec21035f46fa8b4175228bbb32e7a8afd5b (patch) | |
tree | 09c7250d7fd44c7246ef926c8fdfecbfeb539616 | |
parent | cce361f7ca984200b32738fda355fede7a2ecd58 (diff) |
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 d7ed2d8ce0..8a0d685206 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. |