aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2018-04-09 10:36:10 -0700
committerGravatar GitHub <noreply@github.com>2018-04-09 10:36:10 -0700
commite91cfed3a2571930cb2738723a5f6ea9ab6dc040 (patch)
tree9f60f29b293d30ca46ff2f61402548483539fde7 /include/grpcpp/impl/codegen
parentd81271f16dfa31274dddcf34e8695f73f616abbe (diff)
parent4a719088ca290ce70944b337c1ba34be3782c91b (diff)
Merge pull request #14934 from ncteisen/typos
Fix typos
Diffstat (limited to 'include/grpcpp/impl/codegen')
-rw-r--r--include/grpcpp/impl/codegen/server_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpcpp/impl/codegen/server_context.h b/include/grpcpp/impl/codegen/server_context.h
index bb357d6734..bced4202dd 100644
--- a/include/grpcpp/impl/codegen/server_context.h
+++ b/include/grpcpp/impl/codegen/server_context.h
@@ -88,8 +88,8 @@ class ServerContextTestSpouse;
///
/// Context settings are only relevant to the call handler they are supplied to,
/// that is to say, they aren't sticky across multiple calls. Some of these
-/// settings, such as the compression options, can be made persistant at server
-/// construction time by specifying the approriate \a ChannelArguments
+/// settings, such as the compression options, can be made persistent at server
+/// construction time by specifying the appropriate \a ChannelArguments
/// to a \a grpc::ServerBuilder, via \a ServerBuilder::AddChannelArgument.
///
/// \warning ServerContext instances should \em not be reused across rpcs.