diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-05-04 11:02:17 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdad@afshari.me> | 2017-05-17 23:16:48 -0700 |
commit | a64ea5496d122aca53b9226108a119ab3b06408d (patch) | |
tree | 226229a7a6af5cd7ddbb9512adab3c96d1de4324 /include/grpc++/impl | |
parent | 5d0b1aeadecf5cbfafa371da9494cd600615733a (diff) |
Corrected spelling
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r-- | include/grpc++/impl/codegen/client_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/client_context.h b/include/grpc++/impl/codegen/client_context.h index b1b9be0fe2..b03715e70c 100644 --- a/include/grpc++/impl/codegen/client_context.h +++ b/include/grpc++/impl/codegen/client_context.h @@ -307,7 +307,7 @@ class ClientContext { /// Flag whether the initial metadata should be \a corked /// - /// If \a corked is true, then the initial metadata will be colasced with the + /// If \a corked is true, then the initial metadata will be coalesced with the /// write of first message in the stream. /// /// \param corked The flag indicating whether the initial metadata is to be |