You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/01/11 17:22:08 UTC

mesos git commit: Fixed CSI documentation typo.

Repository: mesos
Updated Branches:
  refs/heads/master 9c03a463c -> bcde76bb6


Fixed CSI documentation typo.


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

Branch: refs/heads/master
Commit: bcde76bb644907b4ad6895bf9aee44baef7cc1e5
Parents: 9c03a46
Author: James Peach <jp...@apache.org>
Authored: Thu Jan 11 09:21:18 2018 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Jan 11 09:21:18 2018 -0800

----------------------------------------------------------------------
 docs/csi.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bcde76bb/docs/csi.md
----------------------------------------------------------------------
diff --git a/docs/csi.md b/docs/csi.md
index 641a052..ace5bd4 100644
--- a/docs/csi.md
+++ b/docs/csi.md
@@ -470,7 +470,7 @@ module parameters that can be used to configure the module:
           "mode": "SINGLE_NODE_WRITER"
         }
       },
-      "create_arameters": {
+      "create_parameters": {
         "type": "raid5",
         "stripes": "3",
         "stripesize": "64"