You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/10/26 17:57:03 UTC

mesos git commit: Fixed a misspelling of `container`.

Repository: mesos
Updated Branches:
  refs/heads/master f599839bb -> c1efbca7f


Fixed a misspelling of `container`.


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

Branch: refs/heads/master
Commit: c1efbca7fd8915fe6787520c8921799ecc54b53b
Parents: f599839
Author: James Peach <jp...@apache.org>
Authored: Thu Oct 26 10:55:19 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Oct 26 10:55:19 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c1efbca7/src/slave/containerizer/mesos/linux_launcher.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/linux_launcher.cpp b/src/slave/containerizer/mesos/linux_launcher.cpp
index 554c598..c2e3198 100644
--- a/src/slave/containerizer/mesos/linux_launcher.cpp
+++ b/src/slave/containerizer/mesos/linux_launcher.cpp
@@ -426,7 +426,7 @@ Try<pid_t> LinuxLauncherProcess::fork(
   }
 
   // Ensure we didn't pass `enterNamespaces`
-  // if we aren't forking a nested contiainer.
+  // if we aren't forking a nested container.
   if (!containerId.has_parent() && enterNamespaces.isSome()) {
     return Error("Cannot enter parent namespaces for non-nested container");
   }