Fix typos

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-07-26 05:21:48 +00:00
parent 2d5f162bb8
commit ec8b180757
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -114,7 +114,7 @@ public class HttpPartitionTest extends AbstractFullDistribZkTestBase {
waitForThingsToLevelOut(30000);
log.info("HttpParitionTest succeeded ... shutting down now!");
log.info("HttpPartitionTest succeeded ... shutting down now!");
}
/**