You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2016/01/24 18:31:32 UTC

mesos git commit: Corrected typo in fetcher.md.

Repository: mesos
Updated Branches:
  refs/heads/master 2c9136209 -> f3ae12f8e


Corrected typo in fetcher.md.

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


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

Branch: refs/heads/master
Commit: f3ae12f8eebbbc6e3cc91d968932d9bb83c469db
Parents: 2c91362
Author: Guangya Liu <gy...@gmail.com>
Authored: Sun Jan 24 18:30:21 2016 +0100
Committer: Bernd Mathiske <be...@mesosphere.io>
Committed: Sun Jan 24 18:31:17 2016 +0100

----------------------------------------------------------------------
 docs/fetcher.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f3ae12f8/docs/fetcher.md
----------------------------------------------------------------------
diff --git a/docs/fetcher.md b/docs/fetcher.md
index d9280e1..3cf8875 100644
--- a/docs/fetcher.md
+++ b/docs/fetcher.md
@@ -233,8 +233,8 @@ The respective environment variable name is `[protocol]_proxy`, where
 
 For example, the value of the `http_proxy` environment variable would be used
 as the proxy for fetching http contents, while `https_proxy` would be used for
-fetching https contents. Pay attention that the name must be in all lower
-case.
+fetching https contents. Pay attention that these variable names must be
+entirely in lower case.
 
 The value of the proxy variable is of the format
 `[protocol://][user:password@]machine[:port]`, where `protocol` can be one of