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:50:22 UTC

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

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

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


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

commit 8b1c7296b7f498475fdd3b71a357b2aa286af4b4
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