Repository: mesos Updated Branches: refs/heads/master 2246b8ab4 -> 70ce35bb7
Fixed the spelling of `credentials`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/70ce35bb Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/70ce35bb Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/70ce35bb Branch: refs/heads/master Commit: 70ce35bb73e67804f59acf50f1ca65b3ad1b4493 Parents: 2246b8a Author: James Peach <[email protected]> Authored: Thu Apr 19 15:44:33 2018 -0700 Committer: James Peach <[email protected]> Committed: Thu Apr 19 15:44:33 2018 -0700 ---------------------------------------------------------------------- include/mesos/mesos.proto | 2 +- include/mesos/v1/mesos.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/70ce35bb/include/mesos/mesos.proto ---------------------------------------------------------------------- diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto index d480ec4..9e24d3e 100644 --- a/include/mesos/mesos.proto +++ b/include/mesos/mesos.proto @@ -2731,7 +2731,7 @@ message Image { // (see MESOS-7088 for details). optional Credential credential = 2 [deprecated = true]; // Since 1.3. - // Docker config containing credentails to authenticate with + // Docker config containing credentials to authenticate with // docker registry. The secret is expected to be a docker // config file in JSON format with UTF-8 character encoding. optional Secret config = 3; http://git-wip-us.apache.org/repos/asf/mesos/blob/70ce35bb/include/mesos/v1/mesos.proto ---------------------------------------------------------------------- diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto index 775c7eb..0f3fd8a 100644 --- a/include/mesos/v1/mesos.proto +++ b/include/mesos/v1/mesos.proto @@ -2723,7 +2723,7 @@ message Image { // (see MESOS-7088 for details). optional Credential credential = 2 [deprecated = true]; // Since 1.3. - // Docker config containing credentails to authenticate with + // Docker config containing credentials to authenticate with // docker registry. The secret is expected to be a docker // config file in JSON format with UTF-8 character encoding. optional Secret config = 3;
