You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/03/10 20:29:32 UTC

[3/3] lucene-solr git commit: SOLR-8135: typo in comment

SOLR-8135: typo in comment


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a774273c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a774273c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a774273c

Branch: refs/heads/branch_6_0
Commit: a774273c641b7f95b09da9440ef43f24f5207584
Parents: d3f310a
Author: Noble Paul <no...@apache.org>
Authored: Fri Mar 11 00:57:26 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Fri Mar 11 00:59:06 2016 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a774273c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c3868f3..d36c86c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -255,7 +255,7 @@ Bug Fixes
   other than count, resulted in incorrect results.  This has been fixed, and facet.prefix
   support for facet.method=uif has been enabled. (Mikhail Khludnev, yonik)
 
-* SOLR-8135: If a core reload is fired after a core close, it is not a recoverable error (noble)
+* SOLR-8135: If a core reload is fired after a core close, it is not a non-recoverable error (noble)
 
 Optimizations
 ----------------------