aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-07 08:44:33 -0700
committerGravatar GitHub <noreply@github.com>2017-07-07 08:44:33 -0700
commit17bf3e1434b46cc61002f1a79ddc17edbd7cfea9 (patch)
tree3588ac8a8dff9738535e33e4999bc77c978038b5 /include
parenta9694ecab528654a8d83a661ef9ba4e5d15285a1 (diff)
parent28ee1ecdf0764bd556df27b7a74c27a69a0c17f3 (diff)
Merge pull request #11705 from vjpai/typos
Resolve typos
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/codegen/client_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/client_context.h b/include/grpc++/impl/codegen/client_context.h
index 2f48807b81..c2a44e41ce 100644
--- a/include/grpc++/impl/codegen/client_context.h
+++ b/include/grpc++/impl/codegen/client_context.h
@@ -146,7 +146,7 @@ class InteropClientContextInspector;
///
/// Context settings are only relevant to the call they are invoked with, that
/// is to say, they aren't sticky. Some of these settings, such as the
-/// compression options, can be made persistant at channel construction time
+/// compression options, can be made persistent at channel construction time
/// (see \a grpc::CreateCustomChannel).
///
/// \warning ClientContext instances should \em not be reused across rpcs.
@@ -229,7 +229,7 @@ class ClientContext {
/// EXPERIMENTAL: Set this request to be cacheable.
/// If set, grpc is free to use the HTTP GET verb for sending the request,
- /// with the possibility of receiving a cached respone.
+ /// with the possibility of receiving a cached response.
void set_cacheable(bool cacheable) { cacheable_ = cacheable; }
/// EXPERIMENTAL: Trigger wait-for-ready or not on this request.