Skip to content

Commit c7112bd

Browse files
NullSoldierclintongormley
authored andcommitted
Changed some of the language in documentation
Closes #14920
1 parent 2ab14cb commit c7112bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ public long waitForDocs(final long numDocs, int maxWaitTime, TimeUnit maxWaitTim
10351035

10361036
/**
10371037
* Sets the cluster's minimum master node and make sure the response is acknowledge.
1038-
* Note: this doesn't guaranty the new settings is in effect, just that it has been received bu all nodes.
1038+
* Note: this doesn't guarantee that the new setting has taken effect, just that it has been received by all nodes.
10391039
*/
10401040
public void setMinimumMasterNodes(int n) {
10411041
assertTrue(client().admin().cluster().prepareUpdateSettings().setTransientSettings(

0 commit comments

Comments
 (0)