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 2016/12/02 21:29:15 UTC

[08/10] mesos git commit: Fixed typo, removed hard tab character.

Fixed typo, removed hard tab character.

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


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

Branch: refs/heads/master
Commit: 9b6ebc3e2200176ec1fbe15a015af2a91d08fce1
Parents: f9b3c6b
Author: Neil Conway <ne...@gmail.com>
Authored: Fri Dec 2 13:28:37 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Dec 2 13:28:37 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9b6ebc3e/include/mesos/master/master.proto
----------------------------------------------------------------------
diff --git a/include/mesos/master/master.proto b/include/mesos/master/master.proto
index 3553c68..966105c 100644
--- a/include/mesos/master/master.proto
+++ b/include/mesos/master/master.proto
@@ -360,7 +360,7 @@ message Response {
   // time. Note that there might be tasks unknown to the master running on
   // partitioned or unsubscribed agents.
   message GetTasks {
-    // Tasks that are an enqueued on the master waiting (e.g., authorizing)
+    // Tasks that are enqueued on the master waiting (e.g., authorizing)
     // to be launched.
     repeated Task pending_tasks = 1;
 
@@ -466,7 +466,7 @@ message Event {
     required FrameworkID framework_id = 1;
 
     // This is the status of the task corresponding to the last
-		// status update acknowledged by the scheduler.
+    // status update acknowledged by the scheduler.
     required TaskStatus status = 2;
 
     // This is the latest state of the task according to the agent.

http://git-wip-us.apache.org/repos/asf/mesos/blob/9b6ebc3e/include/mesos/v1/master/master.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/master/master.proto b/include/mesos/v1/master/master.proto
index 022b491..0e5a867 100644
--- a/include/mesos/v1/master/master.proto
+++ b/include/mesos/v1/master/master.proto
@@ -361,7 +361,7 @@ message Response {
   // time. Note that there might be tasks unknown to the master running on
   // partitioned or unsubscribed agents.
   message GetTasks {
-    // Tasks that are an enqueued on the master waiting (e.g., authorizing)
+    // Tasks that are enqueued on the master waiting (e.g., authorizing)
     // to be launched.
     repeated Task pending_tasks = 1;
 
@@ -466,8 +466,8 @@ message Event {
   message TaskUpdated {
     required FrameworkID framework_id = 1;
 
-		// This is the status of the task corresponding to the last
-		// status update acknowledged by the scheduler.
+    // This is the status of the task corresponding to the last
+    // status update acknowledged by the scheduler.
     required TaskStatus status = 2;
 
     // This is the latest state of the task according to the agent.