aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/client_context.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-04-04 10:26:57 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-04-04 10:26:57 -0700
commit4a719088ca290ce70944b337c1ba34be3782c91b (patch)
tree1996efa1057803b83a9d986cfd056602a2c2b188 /include/grpcpp/client_context.h
parent490110d365cc199995e4cbeff38ee66741bf2301 (diff)
Fix typos
Diffstat (limited to 'include/grpcpp/client_context.h')
-rw-r--r--include/grpcpp/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/client_context.h b/include/grpcpp/client_context.h
index 8c12577a17..1994fcc6bc 100644
--- a/include/grpcpp/client_context.h
+++ b/include/grpcpp/client_context.h
@@ -26,7 +26,7 @@
///
/// 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.