diff options
author | Blair Kutzman <bkutzman@google.com> | 2017-09-05 12:45:32 -0700 |
---|---|---|
committer | Blair Kutzman <bkutzman@google.com> | 2017-09-05 12:45:32 -0700 |
commit | c64be963727d380988560c1522aa5870dc639ae9 (patch) | |
tree | f44466ddcf3c1e007434c21754a1a0a87f62cac7 | |
parent | 21b71b41b6716e57a716c5219eecd7651d31931e (diff) |
Correct spelling of 'client'.
-rw-r--r-- | include/grpc++/impl/codegen/sync_stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/sync_stream.h b/include/grpc++/impl/codegen/sync_stream.h index 3fa208963d..c1784f1820 100644 --- a/include/grpc++/impl/codegen/sync_stream.h +++ b/include/grpc++/impl/codegen/sync_stream.h @@ -244,7 +244,7 @@ class ClientWriterInterface : public ClientStreamingInterface, public WriterInterface<W> { public: /// Half close writing from the client. (signal that the stream of messages - /// coming from the clinet is complete). + /// coming from the client is complete). /// Blocks until currently-pending writes are completed. /// Thread safe with respect to \a ReaderInterface::Read operations only /// @@ -375,7 +375,7 @@ class ClientReaderWriterInterface : public ClientStreamingInterface, virtual void WaitForInitialMetadata() = 0; /// Half close writing from the client. (signal that the stream of messages - /// coming from the clinet is complete). + /// coming from the client is complete). /// Blocks until currently-pending writes are completed. /// Thread-safe with respect to \a ReaderInterface::Read /// |