aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/client_context.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-31 00:25:29 +0200
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-31 00:25:29 +0200
commite3817f4fd1f9c994e47e3e6fac4e8b8cce47c943 (patch)
tree35a6b17ead54f3fde1647549261fecc70873a897 /include/grpc++/impl/codegen/client_context.h
parent2f9dd0ed89a3661faf8de6426c7bc3b03d352b62 (diff)
parent336ce42714decea38bb8e42b6c543ac2ff8af1d6 (diff)
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
Diffstat (limited to 'include/grpc++/impl/codegen/client_context.h')
-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 3467ab14c2..247d14d124 100644
--- a/include/grpc++/impl/codegen/client_context.h
+++ b/include/grpc++/impl/codegen/client_context.h
@@ -269,7 +269,7 @@ class ClientContext {
/// Set \a algorithm to be the compression algorithm used for the client call.
///
- /// \param algorith The compression algorithm used for the client call.
+ /// \param algorithm The compression algorithm used for the client call.
void set_compression_algorithm(grpc_compression_algorithm algorithm);
/// Return the peer uri in a string.