Repository: mesos
Updated Branches:
  refs/heads/master e13eb840e -> e758d2460


Fixed typos in modules documentation.

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


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

Branch: refs/heads/master
Commit: e758d2460d7396bfa33a76e29b6f526a89199021
Parents: e13eb84
Author: Greg Mann <[email protected]>
Authored: Wed Sep 9 14:46:12 2015 -0700
Committer: Niklas Q. Nielsen <[email protected]>
Committed: Wed Sep 9 14:46:12 2015 -0700

----------------------------------------------------------------------
 docs/modules.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e758d246/docs/modules.md
----------------------------------------------------------------------
diff --git a/docs/modules.md b/docs/modules.md
index 12ee839..b8693c0 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -83,7 +83,7 @@ Use `--modules="{...}"` to specify the list of modules inline.
                   ]
                 },
                 {
-                  "name": "org_apache_mesos_bar"
+                  "name": "org_apache_mesos_baz"
                 }
               ]
             }
@@ -97,7 +97,7 @@ Use `--modules="{...}"` to specify the list of modules inline.
 
 ### Library names
 
-For each library, at least one of the "file" or "path" parameter must be
+For each library, at least one of the "file" or "name" parameter must be
 specified.  The "file" parameter may refer to a filename (e.g., "libfoo.so"), a
 relative path (e.g., "myLibs/libfoo.so"), or an absolute path (e.g.,
 "/home/mesos/lib/libfoo.so").  The "name" parameter refers to a library name

Reply via email to