From 8663a425a825a1152e4a318927fe39f8599b097c Mon Sep 17 00:00:00 2001 From: Varun Thacker Date: Mon, 8 Jun 2020 14:06:57 -0700 Subject: [PATCH] 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 19970d42879..094f7cb175c 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)