fixed typo in TestCluster

This commit is contained in:
Luca Cavanna 2013-11-29 14:54:27 +01:00
parent 0d6a35b9a7
commit b214943522
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ public final class TestCluster implements Iterable<Client> {
}
/**
* This method should be exectued before each test to reset the cluster to it's initial state.
* This method should be executed before each test to reset the cluster to it's initial state.
*/
synchronized void beforeTest(Random random, double transportClientRatio) {
reset(random, true, transportClientRatio);