diff options
Diffstat (limited to 'include/grpcpp/client_context.h')
-rw-r--r-- | include/grpcpp/client_context.h | 2 |
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. |