You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2017/07/12 02:10:25 UTC

mesos git commit: Fixed a typo in CNI isolator test.

Repository: mesos
Updated Branches:
  refs/heads/master 4fe22dd33 -> c0c6d3efd


Fixed a typo in CNI isolator test.


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

Branch: refs/heads/master
Commit: c0c6d3efd20f4f675e1004581ba9dbe65a34493a
Parents: 4fe22dd
Author: Qian Zhang <zh...@gmail.com>
Authored: Wed Jul 12 10:09:08 2017 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Wed Jul 12 10:09:44 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c0c6d3ef/src/tests/containerizer/cni_isolator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/cni_isolator_tests.cpp b/src/tests/containerizer/cni_isolator_tests.cpp
index 96e3e9e..ae0980b 100644
--- a/src/tests/containerizer/cni_isolator_tests.cpp
+++ b/src/tests/containerizer/cni_isolator_tests.cpp
@@ -907,7 +907,7 @@ TEST_F(CniIsolatorTest, ROOT_DynamicAddDelofCniConfig)
 
 
 // This test verifies that the hostname of the container can be
-// overriden by setting hostname field in ContainerInfo.
+// overridden by setting hostname field in ContainerInfo.
 TEST_F(CniIsolatorTest, ROOT_OverrideHostname)
 {
   Try<Owned<cluster::Master>> master = StartMaster();