aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-18 09:01:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-18 09:01:06 -0700
commitff84ae8b7a7b3d14109c8c0278de870ebb1fed6f (patch)
tree737277c6e2f9c752af8c92d0a14a5e289ef13f1a /include/grpc++/impl
parent22cf101597975f502d8d13181e30d4d6a69f6d42 (diff)
parent8afeb836185d3b0570ea9ada37be946b2a205370 (diff)
Merge github.com:grpc/grpc into pid++
Diffstat (limited to 'include/grpc++/impl')
-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;
}