You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2014/10/28 03:52:24 UTC

svn commit: r1634769 - /lucene/dev/trunk/solr/CHANGES.txt

Author: ehatcher
Date: Tue Oct 28 02:52:23 2014
New Revision: 1634769

URL: http://svn.apache.org/r1634769
Log:
Fix typo

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1634769&r1=1634768&r2=1634769&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Oct 28 02:52:23 2014
@@ -382,7 +382,7 @@ Bug Fixes
 * SOLR-6425: If using the new global hdfs block cache option, you can end up
   reading corrupt files on file name reuse. (Mark Miller, Gregory Chanan)
 
-* SOLR-5814: CoreContainer reports incorrect & missleading path for solrconfig.xml 
+* SOLR-5814: CoreContainer reports incorrect & misleading path for solrconfig.xml
   when there are loading problems (Pradeep via hossman)
 
 * SOLR-6024: Fix StatsComponent when using docValues="true" multiValued="true"