fix spelling

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@818305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-09-23 23:03:50 +00:00
parent 0bd2bf642d
commit 8b97c37e6b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import org.apache.lucene.index.SerialMergeScheduler;
import org.apache.solr.update.DirectUpdateHandler2;
import org.apache.solr.util.AbstractSolrTestCase;
public class TestLegacyMergeScedulerPolicyConfig extends AbstractSolrTestCase {
public class TestLegacyMergeSchedulerPolicyConfig extends AbstractSolrTestCase {
public String getSchemaFile() {
return "schema.xml";
}