You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2020/06/08 21:08:13 UTC

[lucene-solr] branch branch_8x updated: fix typo in the Solr CHANGES file

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

varun 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 ecb560b   fix typo in the Solr CHANGES file
ecb560b is described below

commit ecb560ba71435d1274a6b145939f77e237484e35
Author: Varun Thacker <vt...@users.noreply.github.com>
AuthorDate: Mon Jun 8 14:08:00 2020 -0700

     fix typo in the Solr CHANGES file
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d774ecc..484621b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -13,7 +13,7 @@ New Features
 * SOLR-14210: HealthCheckHandler can now require that all cores are healthy before returning 'OK'
   To enable, add &requireHealthyCores=true to enable (janhoy, Houston Putman, shalin)
 
-* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory (noble)
+* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK directory (noble)
 
 * SOLR-14237: A new panel with security info in admin UI's dashboard (Ishan Chattopadhyaya, Moshe Bla)