aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-12 13:37:33 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-12 13:37:33 -0800
commit0b18a8bd4c2c7b1f246c1d738667640829af14c7 (patch)
treeafcc204359dd8efaf5253ff33473e7ada5ef52f2 /include
parent5fa41a79650e56691efab4bc6f5bcd0e8fc08ab6 (diff)
typo fix
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/stream.h b/include/grpc++/stream.h
index 53c070ab2b..4c54737a55 100644
--- a/include/grpc++/stream.h
+++ b/include/grpc++/stream.h
@@ -625,7 +625,7 @@ class ServerAsyncResponseWriter final {
private:
Call* call_;
- ServerCotnext* ctx_;
+ ServerContext* ctx_;
CallOpBuffer meta_buf_;
CallOpBuffer finish_buf_;
};