Repository: mesos Updated Branches: refs/heads/master 46cce8e35 -> 883064698
Fixed typo in fetcher docs. Review: https://reviews.apache.org/r/43737/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/88306469 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/88306469 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/88306469 Branch: refs/heads/master Commit: 88306469869f67154d8dbaad8866ea2adfdf1b90 Parents: 46cce8e Author: Neil Conway <[email protected]> Authored: Fri Feb 19 10:32:46 2016 +0100 Committer: Bernd Mathiske <[email protected]> Committed: Fri Feb 19 10:32:46 2016 +0100 ---------------------------------------------------------------------- docs/fetcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/88306469/docs/fetcher.md ---------------------------------------------------------------------- diff --git a/docs/fetcher.md b/docs/fetcher.md index 30f9d0f..15f70b5 100644 --- a/docs/fetcher.md +++ b/docs/fetcher.md @@ -196,7 +196,7 @@ unspecified. Do not use any cache feature with any URI for which you have any doubts! To mitigate this problem, cache files that have been found to be larger than -expected are deleted immediately after downloading and and delivering the +expected are deleted immediately after downloading and delivering the requested content to the sandbox. Thus exceeding total capacity at least does not accumulate over subsequent fetcher runs.
