Fix a typo

This commit is contained in:
Takuto Ikuta 2016-07-04 13:12:59 +09:00
parent ed96de4f79
commit bb04734eec
1 changed files with 1 additions and 1 deletions

View File

@ -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.