Skip to content

Commit b227cf3

Browse files
varunsharma27Christoph Büscher
authored and
Christoph Büscher
committed
[Docs] Fix typo in ClusterChangedEvent javadoc (elastic#39964)
1 parent 65dbf3b commit b227cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/ClusterChangedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public boolean blocksChanged() {
195195
}
196196

197197
/**
198-
* Returns <code>true</code> iff the local node is the mater node of the cluster.
198+
* Returns <code>true</code> iff the local node is the master node of the cluster.
199199
*/
200200
public boolean localNodeMaster() {
201201
return state.nodes().isLocalNodeElectedMaster();

0 commit comments

Comments
 (0)