Skip to content
Snippets Groups Projects
Commit 39d3100f authored by Takuto Ikuta's avatar Takuto Ikuta
Browse files

Fix a typo

parent 5e193cba
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ class ClientContext { ...@@ -271,7 +271,7 @@ class ClientContext {
/// Set \a algorithm to be the compression algorithm used for the client call. /// 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); void set_compression_algorithm(grpc_compression_algorithm algorithm);
/// Return the peer uri in a string. /// Return the peer uri in a string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment