diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-18 13:40:55 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-18 13:40:55 -0700 |
commit | 40ad5ea96c99425c018fe2885dab3fcb6a21f56f (patch) | |
tree | c39fa37d855d22cf5dbac378c1b7fc7c896b78e8 /include/grpc++ | |
parent | be717835077059535c93ba89af45983b9c2997a4 (diff) | |
parent | 0d1150855d5c812d649111a4675ad0c444dafdc4 (diff) |
Merge github.com:grpc/grpc into tfix2
Diffstat (limited to 'include/grpc++')
-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; } |