Fixed a typo in 'agent.proto'. Review: https://reviews.apache.org/r/64560/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c3c07009 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c3c07009 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c3c07009 Branch: refs/heads/master Commit: c3c07009451197a0348df02cdebcb9a1a293b131 Parents: 3100e9a Author: Gaston Kleiman <[email protected]> Authored: Wed Dec 13 16:03:06 2017 -0800 Committer: Greg Mann <[email protected]> Committed: Wed Dec 13 17:05:57 2017 -0800 ---------------------------------------------------------------------- include/mesos/agent/agent.proto | 2 +- include/mesos/v1/agent/agent.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c3c07009/include/mesos/agent/agent.proto ---------------------------------------------------------------------- diff --git a/include/mesos/agent/agent.proto b/include/mesos/agent/agent.proto index 6fcca6a..c3b1f22 100644 --- a/include/mesos/agent/agent.proto +++ b/include/mesos/agent/agent.proto @@ -310,7 +310,7 @@ message Call { // config file that describes a resource provider of the specified // type and name in the resource provider config directory. The // 'info.id' field should not be set. The resource provider will be - // relaunched asynchoronously to reflect the changes in its config. + // relaunched asynchronously to reflect the changes in its config. // Note that only config files that exist at agent startup can be // updated though this call. // http://git-wip-us.apache.org/repos/asf/mesos/blob/c3c07009/include/mesos/v1/agent/agent.proto ---------------------------------------------------------------------- diff --git a/include/mesos/v1/agent/agent.proto b/include/mesos/v1/agent/agent.proto index 57c3518..280a3b0 100644 --- a/include/mesos/v1/agent/agent.proto +++ b/include/mesos/v1/agent/agent.proto @@ -310,7 +310,7 @@ message Call { // config file that describes a resource provider of the specified // type and name in the resource provider config directory. The // 'info.id' field should not be set. The resource provider will be - // relaunched asynchoronously to reflect the changes in its config. + // relaunched asynchronously to reflect the changes in its config. // Note that only config files that exist at agent startup can be // updated though this call. //
