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/19 02:10:27 UTC

mesos git commit: Fixed typo in DockerInfo comment.

Repository: mesos
Updated Branches:
  refs/heads/master 047df2867 -> 7ff4920e1


Fixed typo in DockerInfo comment.


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

Branch: refs/heads/master
Commit: 7ff4920e16e317929a916be0aa057751e66618a2
Parents: 047df28
Author: Timothy Chen <tn...@apache.org>
Authored: Tue Nov 18 17:12:10 2014 -0800
Committer: Timothy Chen <tn...@apache.org>
Committed: Tue Nov 18 17:12:19 2014 -0800

----------------------------------------------------------------------
 include/mesos/mesos.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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