aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Blair Kutzman <bkutzman@google.com>2017-09-05 12:45:32 -0700
committerGravatar Blair Kutzman <bkutzman@google.com>2017-09-05 12:45:32 -0700
commitc64be963727d380988560c1522aa5870dc639ae9 (patch)
treef44466ddcf3c1e007434c21754a1a0a87f62cac7 /include/grpc++
parent21b71b41b6716e57a716c5219eecd7651d31931e (diff)
Correct spelling of 'client'.
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/sync_stream.h4
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
///