Repository: mesos Updated Branches: refs/heads/master 08ca47428 -> fe14bace5
Fixed typos in flag usage strings. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fe14bace Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fe14bace Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fe14bace Branch: refs/heads/master Commit: fe14bace50533fe35626d8f6f55935b43d493023 Parents: 08ca474 Author: Neil Conway <[email protected]> Authored: Wed Mar 29 13:23:30 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Wed Mar 29 13:23:30 2017 -0700 ---------------------------------------------------------------------- src/docker/executor.hpp | 2 +- src/master/flags.cpp | 2 +- src/slave/flags.cpp | 2 +- src/tests/flags.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/fe14bace/src/docker/executor.hpp ---------------------------------------------------------------------- diff --git a/src/docker/executor.hpp b/src/docker/executor.hpp index 5c4e1c2..a4a8ec9 100644 --- a/src/docker/executor.hpp +++ b/src/docker/executor.hpp @@ -45,7 +45,7 @@ struct Flags : public virtual mesos::internal::logging::Flags add(&Flags::docker_socket, "docker_socket", - "Resource used by the agent and the executor to provice CLI access\n" + "Resource used by the agent and the executor to provide CLI access\n" "to the Docker daemon. On Unix, this is typically a path to a\n" "socket, such as '/var/run/docker.sock'. On Windows this must be a\n" "named pipe, such as '//./pipe/docker_engine'."); http://git-wip-us.apache.org/repos/asf/mesos/blob/fe14bace/src/master/flags.cpp ---------------------------------------------------------------------- diff --git a/src/master/flags.cpp b/src/master/flags.cpp index b7a129b..496ca31 100644 --- a/src/master/flags.cpp +++ b/src/master/flags.cpp @@ -587,7 +587,7 @@ mesos::internal::master::Flags::Flags() add(&Flags::registry_max_agent_count, "registry_max_agent_count", "Maximum number of disconnected agents to store in the registry.\n" - "This informtion allows frameworks to determine the status of\n" + "This information allows frameworks to determine the status of\n" "disconnected agents. Note that the registry always stores\n" "information about all connected agents. See also the\n" "`registry_max_agent_age` flag.", http://git-wip-us.apache.org/repos/asf/mesos/blob/fe14bace/src/slave/flags.cpp ---------------------------------------------------------------------- diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp index 7688153..a7b23b5 100644 --- a/src/slave/flags.cpp +++ b/src/slave/flags.cpp @@ -639,7 +639,7 @@ mesos::internal::slave::Flags::Flags() add(&Flags::docker_socket, "docker_socket", - "Resource used by the agent and the executor to provice CLI access\n" + "Resource used by the agent and the executor to provide CLI access\n" "to the Docker daemon. On Unix, this is typically a path to a\n" "socket, such as '/var/run/docker.sock'. On Windows this must be a\n" "named pipe, such as '//./pipe/docker_engine'. NOTE: This must be\n" http://git-wip-us.apache.org/repos/asf/mesos/blob/fe14bace/src/tests/flags.hpp ---------------------------------------------------------------------- diff --git a/src/tests/flags.hpp b/src/tests/flags.hpp index 9bfe7be..664782d 100644 --- a/src/tests/flags.hpp +++ b/src/tests/flags.hpp @@ -82,7 +82,7 @@ public: add(&Flags::docker_socket, "docker_socket", - "Resource used by the agent and the executor to provice CLI access\n" + "Resource used by the agent and the executor to provide CLI access\n" "to the Docker daemon. On Unix, this is typically a path to a\n" "socket, such as '/var/run/docker.sock'. On Windows this must be a\n" "named pipe, such as '//./pipe/docker_engine'. NOTE: This must be\n"
