diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-20 17:40:01 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-20 17:40:01 -0700 |
commit | b91cddb2fa41df52a9e7ddef2d5ba7097b7c4cdc (patch) | |
tree | bf21942829ddf2bcc2b72f0ef51004f9a77b996a | |
parent | 76692bb28329bf10ca162a5e70083aa2650bcb7f (diff) |
fixed typo
-rw-r--r-- | include/grpc++/impl/codegen/client_context.h | 2 |
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. |