Repository: mesos
Updated Branches:
  refs/heads/master 457cf86dc -> 8dffd1a47


Fixed a typo in "mesos.proto".


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

Branch: refs/heads/master
Commit: 8dffd1a471d37c574d2b436dafcd7ed8eac1f949
Parents: 457cf86
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Feb 2 00:39:08 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Feb 2 00:39:08 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/8dffd1a4/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index a64e929..53885cb 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -414,8 +414,8 @@ message CheckInfo {
   optional Http http = 3;
 
   // Amount of time to wait to start checking the task after it
-  // transitions to `TASK_RUNNING` or `TASK_STATING` if the latter is
-  // used by the executor.
+  // transitions to `TASK_RUNNING` or `TASK_STARTING` if the latter
+  // is used by the executor.
   optional double delay_seconds = 4 [default = 15.0];
 
   // Interval between check attempts, i.e., amount of time to wait after

http://git-wip-us.apache.org/repos/asf/mesos/blob/8dffd1a4/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index cc49df0..c4ca6de 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -414,8 +414,8 @@ message CheckInfo {
   optional Http http = 3;
 
   // Amount of time to wait to start checking the task after it
-  // transitions to `TASK_RUNNING` or `TASK_STATING` if the latter is
-  // used by the executor.
+  // transitions to `TASK_RUNNING` or `TASK_STARTING` if the latter
+  // is used by the executor.
   optional double delay_seconds = 4 [default = 15.0];
 
   // Interval between check attempts, i.e., amount of time to wait after

Reply via email to