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

[4/4] mesos git commit: Fixed a typo in fetcher doc.

Fixed a typo in fetcher doc.

https://github.com/apache/mesos/pull/96


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

Branch: refs/heads/master
Commit: dd29b2bcb60c54556559264ec236a7f5eeaaca9e
Parents: b717226
Author: Alberto <al...@gmail.com>
Authored: Tue Apr 5 10:00:33 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Apr 6 10:27:58 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/dd29b2bc/docs/fetcher.md
----------------------------------------------------------------------
diff --git a/docs/fetcher.md b/docs/fetcher.md
index 15e56ec..fd6d8a7 100644
--- a/docs/fetcher.md
+++ b/docs/fetcher.md
@@ -51,7 +51,7 @@ Frameworks launch tasks by calling the scheduler driver method `launchTasks()`,
 passing `CommandInfo` protobuf structures as arguments. This type of structure
 specifies (among other things) a command and a list of URIs that need to be
 "fetched" into the sandbox directory on the slave node as a precondition for
-task execution. Hence, when the slave receives a request go launch a task, it
+task execution. Hence, when the slave receives a request to launch a task, it
 calls upon its fetcher, first, to provision the specified resources into the
 sandbox directory. If fetching fails, the task is not started and the reported
 task status is `TASK_FAILED`.