You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/10/19 10:02:53 UTC

[2/2] mesos git commit: Fixed a typo in a comment.

Fixed a typo in a comment.

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


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

Branch: refs/heads/master
Commit: e5588d626eb56d5d37c4d3555b06312bd3c7880d
Parents: be9de95
Author: Neil Conway <ne...@gmail.com>
Authored: Wed Oct 19 12:01:28 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Oct 19 12:02:46 2016 +0200

----------------------------------------------------------------------
 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/e5588d62/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 0017d3d..9a268dd 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -1410,7 +1410,7 @@ message TaskInfo {
   optional HealthCheck health_check = 8;
 
   // A kill policy for the task. Implemented for executor-less
-  // command-based and docker tasks. For tasks that specify other
+  // command-based and docker tasks. For tasks that specify an
   // executor, it is the executor's responsibility to implement
   // the kill policy.
   optional KillPolicy kill_policy = 12;

http://git-wip-us.apache.org/repos/asf/mesos/blob/e5588d62/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index def33ef..855377f 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -1409,7 +1409,7 @@ message TaskInfo {
   optional HealthCheck health_check = 8;
 
   // A kill policy for the task. Implemented for executor-less
-  // command-based and docker tasks. For tasks that specify other
+  // command-based and docker tasks. For tasks that specify an
   // executor, it is the executor's responsibility to implement
   // the kill policy.
   optional KillPolicy kill_policy = 12;