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:07:12 UTC

[lucene-solr] branch master 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 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 8663a42  fix typo in the Solr CHANGES file
8663a42 is described below

commit 8663a425a825a1152e4a318927fe39f8599b097c
Author: Varun Thacker <vt...@users.noreply.github.com>
AuthorDate: Mon Jun 8 14:06:57 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 19970d4..094f7cb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -83,7 +83,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)