You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2019/01/20 19:51:09 UTC

[lucene-solr] branch branch_8x updated: Fixed Spelling.

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

tflobbe pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c91507f  Fixed Spelling.
c91507f is described below

commit c91507f4b992418bf37b0c00aa4e19ba67ea90da
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Sun Jul 29 21:40:49 2018 +0000

    Fixed Spelling.
---
 .../core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
index 5277017..e896db8 100644
--- a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
+++ b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
@@ -487,7 +487,7 @@ public class TestInPlaceUpdatesDistrib extends AbstractFullDistribZkTestBase {
   }
 
   /**
-   * Retries the specified 'req' against each SolrClient in "clients" untill the expected number of 
+   * Retries the specified 'req' against each SolrClient in "clients" until the expected number of 
    * results are returned, at which point the results are verified using assertDocIdsAndValuesInResults
    *
    * @param debug used in log and assertion messages