You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/15 18:23:35 UTC

mesos git commit: Fixed typos in comments.

Repository: mesos
Updated Branches:
  refs/heads/master 47562d9bb -> e506313cf


Fixed typos in comments.


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

Branch: refs/heads/master
Commit: e506313cfe736ee4645aa95e8480fc6d115d4c1b
Parents: 47562d9
Author: Neil Conway <ne...@gmail.com>
Authored: Mon May 15 11:23:19 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Mon May 15 11:23:19 2017 -0700

----------------------------------------------------------------------
 src/tests/master_tests.cpp | 4 ++--
 src/tests/role_tests.cpp   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e506313c/src/tests/master_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_tests.cpp b/src/tests/master_tests.cpp
index ceee2f4..37a5413 100644
--- a/src/tests/master_tests.cpp
+++ b/src/tests/master_tests.cpp
@@ -3164,7 +3164,7 @@ TEST_F(MasterTest, RecoveredFramework)
 
 // This test verifies that a framework that has not yet re-registered
 // after a master failover doesn't show up multiple times in
-// "frameworks" when quering "/state" or "/frameworks" endpoints. This
+// "frameworks" when querying "/state" or "/frameworks" endpoints. This
 // is to catch any regressions for MESOS-4973 and MESOS-6461.
 TEST_F(MasterTest, OrphanTasksMultipleAgents)
 {
@@ -6780,7 +6780,7 @@ TEST_F(MasterTest, TaskWithTinyResources)
 }
 
 
-// This test ensures that when a paritioned agent comes back with tasks that
+// This test ensures that when a partitioned agent comes back with tasks that
 // are allocated to a role that a framework is no longer subscribed to,
 // the framework is re-tracked under the role, but still does not receive
 // any offers with resources allocated to that role.

http://git-wip-us.apache.org/repos/asf/mesos/blob/e506313c/src/tests/role_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/role_tests.cpp b/src/tests/role_tests.cpp
index b628f21..56422b5 100644
--- a/src/tests/role_tests.cpp
+++ b/src/tests/role_tests.cpp
@@ -878,7 +878,7 @@ TEST_F(RoleTest, EndpointBadAuthentication)
 }
 
 
-// This test confirms that our handling of peristent volumes from hierarchical
+// This test confirms that our handling of persistent volumes from hierarchical
 // roles does not cause leaking of volumes. Since hierarchical roles contain
 // literal `/` an implementation not taking this into account could map the name
 // of a hierarchical role `A/B` onto a directory hierarchy `A/B`. If the