You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2014/11/01 02:05:40 UTC

git commit: Fix typo in DockerInfo protobuf comment

Repository: mesos
Updated Branches:
  refs/heads/master 6fdd2d40e -> ae8a51be6


Fix typo in DockerInfo protobuf comment


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

Branch: refs/heads/master
Commit: ae8a51be6e80302439211ba4c8aa92d3bf8e9b25
Parents: 6fdd2d4
Author: Timothy Chen <tn...@apache.org>
Authored: Fri Oct 31 18:06:55 2014 -0700
Committer: Timothy Chen <tn...@apache.org>
Committed: Fri Oct 31 18:06:55 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ae8a51be/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index ef2ed52..397d542 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -885,10 +885,10 @@ message ContainerInfo {
 
     optional bool privileged = 4 [default = false];
 
-    // Allowing arbitrary parameters to be passed to docker cli.
+    // Allowing arbitrary parameters to be passed to docker CLI.
     // Note that anything passed to this field is not guranteed
     // to be supported moving forward, as we might move away from
-    // the docker cli.
+    // the docker CLI.
     repeated Parameter parameters = 5;
   }