diff options
author | thinkerou <thinkerou@gmail.com> | 2017-10-17 09:28:14 +0800 |
---|---|---|
committer | thinkerou <thinkerou@gmail.com> | 2017-10-17 09:37:44 +0800 |
commit | d582cdf0ae15841eba09734e2d57e2052ac26177 (patch) | |
tree | 47a7f16d7e05551f0c8da5cf40e9ebeacbc12c6c /include | |
parent | 6bf5f833efe2cb9e2ecc14358dd9699cd5d05263 (diff) |
fix typo
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/impl/codegen/call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h index 00521a55ff..06f107fa83 100644 --- a/include/grpc++/impl/codegen/call.h +++ b/include/grpc++/impl/codegen/call.h @@ -163,7 +163,7 @@ class WriteOptions { /// Clears flag indicating that this is the last message in a stream, /// disabling coalescing. - inline WriteOptions& clear_last_messsage() { + inline WriteOptions& clear_last_message() { last_message_ = false; return *this; } |