You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/10/31 23:08:29 UTC

mesos git commit: Fixed a typo in 'tests/containerizer.cpp'.

Repository: mesos
Updated Branches:
  refs/heads/master e802760c9 -> 2e9ab0321


Fixed a typo in 'tests/containerizer.cpp'.

Review: https://reviews.apache.org/r/53196/


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

Branch: refs/heads/master
Commit: 2e9ab0321a894aba834c2a1b385568ce4bdb4886
Parents: e802760
Author: Gast�n Kleiman <ga...@mesosphere.com>
Authored: Mon Oct 31 16:08:21 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Oct 31 16:08:21 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2e9ab032/src/tests/containerizer.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer.cpp b/src/tests/containerizer.cpp
index 69b93c7..c220866 100644
--- a/src/tests/containerizer.cpp
+++ b/src/tests/containerizer.cpp
@@ -158,7 +158,7 @@ Future<bool> TestContainerizer::_launch(
       os::setenv(name, variable);
     }
 
-    // TODO(benh): Can this be removed and done exlusively in the
+    // TODO(benh): Can this be removed and done exclusively in the
     // 'executorEnvironment()' function? There are other places in the
     // code where we do this as well and it's likely we can do this once
     // in 'executorEnvironment()'.