You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/01/20 18:47:58 UTC

[solr] 02/02: jdoc typo

This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch jira/SOLR-6312
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 4e12245673172dda5d5187b02a2ce89e96b20dd0
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Fri Jan 20 11:04:12 2023 -0700

    jdoc typo
---
 .../apache/solr/client/solrj/impl/SendUpdatesToLeadersOverrideTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/SendUpdatesToLeadersOverrideTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/SendUpdatesToLeadersOverrideTest.java
index 8d4abab9042..12009c6592f 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/SendUpdatesToLeadersOverrideTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/SendUpdatesToLeadersOverrideTest.java
@@ -52,7 +52,7 @@ import org.slf4j.LoggerFactory;
  * IsUpdateRequest#isSendToLeaders}.
  *
  * <p>This class uses {@link TrackingUpdateProcessorFactory} instances (configured both before, and
- * after the <code>distrib</code> processor) to inspect which replicas recieve various {@link
+ * after the <code>distrib</code> processor) to inspect which replicas receive various {@link
  * UpdateRequest}s from variously configured {@link CloudSolrClient}s. In some requests, <code>
  * shards.preference=replica.type:PULL</code> is specified to confirm that typical routing
  * prefrences are respected (when the effective value of <code>isSendToLeaders</code> is <code>false