From 568033aba339729960916be9b847f29e027979c0 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 12 Oct 2016 09:38:29 -0400 Subject: [PATCH] Fix typos in Javadoc in IndexShard.java This commit fixes two typos on the Javadoc for IndexShard#updateGlobalCheckpointOnPrimary. --- .../main/java/org/elasticsearch/index/shard/IndexShard.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/elasticsearch/index/shard/IndexShard.java b/core/src/main/java/org/elasticsearch/index/shard/IndexShard.java index 3bdb939c686..b9b9ce28314 100644 --- a/core/src/main/java/org/elasticsearch/index/shard/IndexShard.java +++ b/core/src/main/java/org/elasticsearch/index/shard/IndexShard.java @@ -1385,8 +1385,8 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl } /** - * checks whether the global checkpoint can be updated based on current knowledge of local checkpoints on the different - * shard copies. The checkpoint is updated or more information is required from the replica, a globack checkpoint sync + * Checks whether the global checkpoint can be updated based on current knowledge of local checkpoints on the different + * shard copies. The checkpoint is updated or more information is required from the replica, a global checkpoint sync * is initiated. */ public void updateGlobalCheckpointOnPrimary() {