aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-30 08:30:29 -0700
committerGravatar GitHub <noreply@github.com>2016-08-30 08:30:29 -0700
commit58539c4f7717cb9d4efc5b0457eaefd643a0a217 (patch)
treeb30ab71033f8929fa844be7ccd05ba7acf3aeadf
parentbde8727e4545504b807e4e4255c0bae5eac38652 (diff)
parentdc8754398fbd4dcdeda5e89072865b0e975249af (diff)
Merge pull request #7228 from atetubou/fix_typo
Fix a typo in include/grpc++/impl/codegen/client_context.h
-rw-r--r--include/grpc++/create_channel.h1
-rw-r--r--include/grpc++/impl/codegen/client_context.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/create_channel.h b/include/grpc++/create_channel.h
index e9ccb51503..0537695ed2 100644
--- a/include/grpc++/create_channel.h
+++ b/include/grpc++/create_channel.h
@@ -48,7 +48,6 @@ namespace grpc {
/// \param target The URI of the endpoint to connect to.
/// \param creds Credentials to use for the created channel. If it does not hold
/// an object or is invalid, a lame channel is returned.
-/// \param args Options for channel creation.
std::shared_ptr<Channel> CreateChannel(
const grpc::string& target,
const std::shared_ptr<ChannelCredentials>& creds);
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.