浏览代码

fix typo - s/Deprected/Deprecated

Simon Willnauer 12 年之前
父节点
当前提交
c947a0e6f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/test/java/org/elasticsearch/index/analysis/StopTokenFilterTests.java

+ 1 - 1
src/test/java/org/elasticsearch/index/analysis/StopTokenFilterTests.java

@@ -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();