aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2017-10-17 09:28:14 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2017-10-17 09:37:44 +0800
commitd582cdf0ae15841eba09734e2d57e2052ac26177 (patch)
tree47a7f16d7e05551f0c8da5cf40e9ebeacbc12c6c /include/grpc++
parent6bf5f833efe2cb9e2ecc14358dd9699cd5d05263 (diff)
fix typo
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/call.h2
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;
}