You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/11 22:24:08 UTC

[03/10] storm git commit: fix typo

fix typo


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

Branch: refs/heads/master
Commit: f6268a08499072e0f091df19605ee64fb3e80ba3
Parents: c90c574
Author: Thomas Graves <tg...@decadefade.corp.ne1.yahoo.com>
Authored: Tue Nov 3 19:54:42 2015 +0000
Committer: Thomas Graves <tg...@decadefade.corp.ne1.yahoo.com>
Committed: Tue Nov 3 19:54:42 2015 +0000

----------------------------------------------------------------------
 docs/documentation/Setting-up-a-Storm-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f6268a08/docs/documentation/Setting-up-a-Storm-cluster.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Setting-up-a-Storm-cluster.md b/docs/documentation/Setting-up-a-Storm-cluster.md
index 24110fd..773efbb 100644
--- a/docs/documentation/Setting-up-a-Storm-cluster.md
+++ b/docs/documentation/Setting-up-a-Storm-cluster.md
@@ -90,7 +90,7 @@ The health check directory location can be configured with:
 storm.health.check.dir: "healthchecks"
 
 ```
-The scripts just have execute permissions.
+The scripts must have execute permissions.
 The time to allow any given healthcheck script to run before it is marked failed due to timeout can be configured with:
 
 ```yaml