Repository: mesos Updated Branches: refs/heads/master 487c66726 -> cfb2c1660
Fixed a typo in libprocess 'Socket' comment. Review: https://reviews.apache.org/r/57395/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cfb2c166 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cfb2c166 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cfb2c166 Branch: refs/heads/master Commit: cfb2c1660ebb24213831cb27efb30cea399c1c47 Parents: 487c667 Author: Greg Mann <[email protected]> Authored: Fri Mar 10 10:32:31 2017 -0800 Committer: Anand Mazumdar <[email protected]> Committed: Fri Mar 10 10:32:31 2017 -0800 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cfb2c166/3rdparty/libprocess/include/process/socket.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/socket.hpp b/3rdparty/libprocess/include/process/socket.hpp index 0d3b6ec..47a2c9d 100644 --- a/3rdparty/libprocess/include/process/socket.hpp +++ b/3rdparty/libprocess/include/process/socket.hpp @@ -395,7 +395,7 @@ public: }; // TODO(benh): Replace the default to Shutdown::READ_WRITE or remove - // all together since it's unclear what the defauilt should be. + // all together since it's unclear what the default should be. Try<Nothing> shutdown(Shutdown shutdown = Shutdown::READ) { int how = [&]() {
