You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/02/25 16:44:33 UTC

[2/3] storm git commit: STORM-581. Fixed type in doc.

STORM-581. Fixed type in doc.


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

Branch: refs/heads/master
Commit: b3597e1892ec30a095edc7a5a75b199faf6bced3
Parents: 3f3e004
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Thu Feb 12 09:51:27 2015 -0800
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Thu Feb 12 09:51:27 2015 -0800

----------------------------------------------------------------------
 STORM-UI-REST-API.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b3597e18/STORM-UI-REST-API.md
----------------------------------------------------------------------
diff --git a/STORM-UI-REST-API.md b/STORM-UI-REST-API.md
index f2ac8a5..fb66e31 100644
--- a/STORM-UI-REST-API.md
+++ b/STORM-UI-REST-API.md
@@ -645,7 +645,7 @@ Rebalances a topology.
 |rebalanceOptions| Json (optional) | topology rebalance options |
 
 
-Sample rebalancOptions json:
+Sample rebalanceOptions json:
 
 ```json
 {"rebalanceOptions" : {"numWorkers" : 2, "executors" : {"spout" :4, "count" : 10}}, "callback" : "foo"}