You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2017/04/24 20:19:32 UTC

mesos git commit: Fixed a typo in zookeeper_test_server.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 2f4c71a5e -> 16697c1a8


Fixed a typo in zookeeper_test_server.cpp.

s/his/this/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/16697c1a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/16697c1a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/16697c1a

Branch: refs/heads/master
Commit: 16697c1a8ebd218adb7e62ca032c6162a9585650
Parents: 2f4c71a
Author: Vinod Kone <vi...@gmail.com>
Authored: Mon Apr 24 13:19:01 2017 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Apr 24 13:19:01 2017 -0700

----------------------------------------------------------------------
 src/tests/zookeeper_test_server.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/16697c1a/src/tests/zookeeper_test_server.cpp
----------------------------------------------------------------------
diff --git a/src/tests/zookeeper_test_server.cpp b/src/tests/zookeeper_test_server.cpp
index b33a001..675f5b6 100644
--- a/src/tests/zookeeper_test_server.cpp
+++ b/src/tests/zookeeper_test_server.cpp
@@ -127,7 +127,7 @@ int ZooKeeperTestServer::startNetwork()
   if (!started) {
     connectionFactory = new NIOServerCnxnFactory();
 
-    // We use '-1' to allow an unlimited number of connections for his
+    // We use '-1' to allow an unlimited number of connections for this
     // connection factory instance.
     connectionFactory->configure(java::net::InetSocketAddress(port), -1);