fix typo - s/Deprected/Deprecated

This commit is contained in:
Simon Willnauer 2013-10-05 17:28:18 +02:00
parent e82437754b
commit c947a0e6f4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class StopTokenFilterTests extends ElasticSearchTokenStreamTestCase {
} }
@Test @Test
public void testDeprectedPositionIncrementSettingWithVerions() throws IOException { public void testDeprecatedPositionIncrementSettingWithVerions() throws IOException {
Settings settings = ImmutableSettings.settingsBuilder().put("index.analysis.filter.my_stop.type", "stop") Settings settings = ImmutableSettings.settingsBuilder().put("index.analysis.filter.my_stop.type", "stop")
.put("index.analysis.filter.my_stop.enable_position_increments", false).put("index.analysis.filter.my_stop.version", "4.3") .put("index.analysis.filter.my_stop.enable_position_increments", false).put("index.analysis.filter.my_stop.version", "4.3")
.build(); .build();