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 2016/10/06 15:02:58 UTC

mesos git commit: Corrected small typo.

Repository: mesos
Updated Branches:
  refs/heads/master 558613cc7 -> 3902b051f


Corrected small typo.

This closes #170


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

Branch: refs/heads/master
Commit: 3902b051f2cff59c55535dae08ebd4223833b0a0
Parents: 558613c
Author: Alberto <al...@gmail.com>
Authored: Thu Oct 6 08:02:40 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Oct 6 08:02:40 2016 -0700

----------------------------------------------------------------------
 docs/docker-containerizer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3902b051/docs/docker-containerizer.md
----------------------------------------------------------------------
diff --git a/docs/docker-containerizer.md b/docs/docker-containerizer.md
index 1750b06..bab84dc 100644
--- a/docs/docker-containerizer.md
+++ b/docs/docker-containerizer.md
@@ -33,7 +33,7 @@ traffic from docker bridge interface through add below rule:
 
 TaskInfo before 0.20.0 used to only support either setting a
 CommandInfo that launches a task running the bash command, or an
-ExecutorInfo that launches a custom Executor that will launches the
+ExecutorInfo that launches a custom Executor that will launch the
 task.
 
 With 0.20.0 we added a ContainerInfo field to TaskInfo and