You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:48:08 UTC

[lucene] 04/11: respond to comment

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

dweiss pushed a commit to branch SOLR-14866
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit c59f34377ae809411f1f1ef6932adc3370b0164d
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Tue Sep 15 16:07:03 2020 -0400

    respond to comment
---
 solr/solr-ref-guide/src/other-parsers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/other-parsers.adoc b/solr/solr-ref-guide/src/other-parsers.adoc
index 7a37394..8a8d641 100644
--- a/solr/solr-ref-guide/src/other-parsers.adoc
+++ b/solr/solr-ref-guide/src/other-parsers.adoc
@@ -237,7 +237,7 @@ Comma separated list of tags for excluding queries from parameters above. See ex
 {!bool filter=foo should=bar}
 ----
 
-Parameters might also be multivalue references. The former example above is equivlent to
+Parameters might also be multivalue references. The former example above is equivalent to
 
 [source,text]
 ----