summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/cluster/ClusterState.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/cluster/ClusterState.java')
-rw-r--r--core/src/main/java/org/elasticsearch/cluster/ClusterState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/cluster/ClusterState.java b/core/src/main/java/org/elasticsearch/cluster/ClusterState.java
index c9ef935224..c9a492534a 100644
--- a/core/src/main/java/org/elasticsearch/cluster/ClusterState.java
+++ b/core/src/main/java/org/elasticsearch/cluster/ClusterState.java
@@ -252,7 +252,7 @@ public class ClusterState implements ToXContent, Diffable<ClusterState> {
}
/**
- * a cluster state supersedes another state iff they are from the same master and the version this state is higher thant the other
+ * a cluster state supersedes another state iff they are from the same master and the version this state is higher than the other
* state.
* <p>
* In essence that means that all the changes from the other cluster state are also reflected by the current one