From 4a719088ca290ce70944b337c1ba34be3782c91b Mon Sep 17 00:00:00 2001 From: ncteisen Date: Wed, 4 Apr 2018 10:26:57 -0700 Subject: Fix typos --- include/grpcpp/impl/codegen/server_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/grpcpp/impl/codegen/server_context.h') 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. -- cgit v1.2.3