You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/07/26 07:21:49 UTC

svn commit: r1692688 - in /lucene/dev/trunk/solr: CHANGES.txt core/src/test/org/apache/solr/cloud/HttpPartitionTest.java

Author: shalin
Date: Sun Jul 26 05:21:48 2015
New Revision: 1692688

URL: http://svn.apache.org/r1692688
Log:
Fix typos

Modified:
    lucene/dev/trunk/solr/CHANGES.txt
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1692688&r1=1692687&r2=1692688&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sun Jul 26 05:21:48 2015
@@ -338,7 +338,7 @@ Other Changes
 * SOLR-7750: Change TestConfig.testDefaults to cover all SolrIndexConfig fields
   (Christine Poerschke via Ramkumar Aiyengar)
 
-* SOLR-7703: Authentication plugin is now loaded using the RessourceLoader.
+* SOLR-7703: Authentication plugin is now loaded using the ResourceLoader.
   (Avi Digmi via Anshum Gupta)
 
 * SOLR-7800: JSON Facet API: the avg() facet function now skips missing values

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java?rev=1692688&r1=1692687&r2=1692688&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java Sun Jul 26 05:21:48 2015
@@ -114,7 +114,7 @@ public class HttpPartitionTest extends A
 
     waitForThingsToLevelOut(30000);
 
-    log.info("HttpParitionTest succeeded ... shutting down now!");
+    log.info("HttpPartitionTest succeeded ... shutting down now!");
   }
 
   /**