Forráskód Böngészése

[DOCS]Fix priorities typo in cluster state task config. (#87824)

Fix priorities typo in cluster state task config.
Howard 3 éve
szülő
commit
0323cf1669

+ 1 - 1
server/src/main/java/org/elasticsearch/cluster/ClusterStateTaskConfig.java

@@ -27,7 +27,7 @@ public interface ClusterStateTaskConfig {
     TimeValue timeout();
 
     /**
-     * The {@link Priority} for this cluster state update task configuration. Avoid priorites other than {@link Priority#NORMAL} where
+     * The {@link Priority} for this cluster state update task configuration. Avoid priorities other than {@link Priority#NORMAL} where
      * possible. A stream of higher-priority tasks can starve lower-priority ones from running. Higher-priority tasks should definitely
      * share a {@link ClusterStateTaskExecutor} instance so that they are executed in batches.
      *