aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-21 15:15:47 -0700
committerGravatar GitHub <noreply@github.com>2016-07-21 15:15:47 -0700
commitb8e26c021718758c2a0b2e73757580476d995498 (patch)
tree9c84d7ba10459b61e887e4c82f3c0a323c6bcba4
parent9cd380c5e1034bded5ecc8135d1b962f60dcfe5f (diff)
parentb91cddb2fa41df52a9e7ddef2d5ba7097b7c4cdc (diff)
Merge pull request #7486 from dgquintas/alive_typo
fixed typo
-rw-r--r--include/grpc++/impl/codegen/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/client_context.h b/include/grpc++/impl/codegen/client_context.h
index a132c9a57a..012bcc2bbe 100644
--- a/include/grpc++/impl/codegen/client_context.h
+++ b/include/grpc++/impl/codegen/client_context.h
@@ -41,7 +41,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.