Fix two s/recieve/receive typos.

This commit is contained in:
Christine Poerschke 2017-10-18 12:59:05 +01:00
parent a9dc7e4a03
commit a6f8dd74f0
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ public class TestRandomRequestDistribution extends AbstractFullDistribZkTestBase
String registry = core.getCoreMetricManager().getRegistryName(); String registry = core.getCoreMetricManager().getRegistryName();
Counter cnt = metricManager.counter(null, registry, "requests", "QUERY./select"); Counter cnt = metricManager.counter(null, registry, "requests", "QUERY./select");
// sanity check // sanity check
assertEquals(core.getName() + " has already recieved some requests?", assertEquals(core.getName() + " has already received some requests?",
0, cnt.getCount()); 0, cnt.getCount());
counters.put(core.getName(), cnt); counters.put(core.getName(), cnt);
} }

View File

@ -2210,7 +2210,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
} }
/** /**
* A variant of {@link org.apache.solr.client.solrj.impl.CloudSolrClient.Builder} that will randomize which nodes recieve updates * A variant of {@link org.apache.solr.client.solrj.impl.CloudSolrClient.Builder} that will randomize which nodes receive updates
* unless otherwise specified by the caller. * unless otherwise specified by the caller.
* *
* @see #sendDirectUpdatesToAnyShardReplica * @see #sendDirectUpdatesToAnyShardReplica