You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/09/23 18:41:03 UTC

mesos git commit: Fixed minor typo in Executor API protobuf.

Repository: mesos
Updated Branches:
  refs/heads/master 3b1eeec85 -> 1a013acf2


Fixed minor typo in Executor API protobuf.

Trivial change to fix a typo in the 'subscribed' field in protobuf.

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


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

Branch: refs/heads/master
Commit: 1a013acf2ee613f18fc2b43a38ad62b19390dd8f
Parents: 3b1eeec
Author: Anand Mazumdar <ma...@gmail.com>
Authored: Wed Sep 23 09:40:42 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Sep 23 09:40:42 2015 -0700

----------------------------------------------------------------------
 include/mesos/executor/executor.proto    | 2 +-
 include/mesos/v1/executor/executor.proto | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1a013acf/include/mesos/executor/executor.proto
----------------------------------------------------------------------
diff --git a/include/mesos/executor/executor.proto b/include/mesos/executor/executor.proto
index 34bddc4..a9243c7 100644
--- a/include/mesos/executor/executor.proto
+++ b/include/mesos/executor/executor.proto
@@ -102,7 +102,7 @@ message Event {
   // present if that type has a nested message definition.
   required Type type = 1;
 
-  optional Subscribed susbcribed = 2;
+  optional Subscribed subscribed = 2;
   optional Acknowledged acknowledged = 3;
   optional Launch launch = 4;
   optional Kill kill = 5;

http://git-wip-us.apache.org/repos/asf/mesos/blob/1a013acf/include/mesos/v1/executor/executor.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/executor/executor.proto b/include/mesos/v1/executor/executor.proto
index 3f63d30..20c712c 100644
--- a/include/mesos/v1/executor/executor.proto
+++ b/include/mesos/v1/executor/executor.proto
@@ -102,7 +102,7 @@ message Event {
   // present if that type has a nested message definition.
   required Type type = 1;
 
-  optional Subscribed susbcribed = 2;
+  optional Subscribed subscribed = 2;
   optional Acknowledged acknowledged = 3;
   optional Launch launch = 4;
   optional Kill kill = 5;