aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Takuto Ikuta <tikuta@chromium.org>2016-07-04 13:12:59 +0900
committerGravatar Takuto Ikuta <tikuta@chromium.org>2016-08-25 13:31:51 +0900
commitbb04734eecc84eb7a2acde8e8ba77e5ae2cbe4fd (patch)
treea5eff59db05046c108fefe68b0354adc64c91145
parented96de4f79cb20168f7bad42ab3ab90e299a6f01 (diff)
Fix a 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 012bcc2bbe..fb10a3be1a 100644
--- a/include/grpc++/impl/codegen/client_context.h
+++ b/include/grpc++/impl/codegen/client_context.h
@@ -271,7 +271,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.