mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 17:09:18 +00:00
Typo: s/Recieved/Received
This commit is contained in:
parent
47326adb67
commit
966a55d21c
@ -201,7 +201,7 @@ public class NodesFaultDetection extends AbstractComponent {
|
||||
});
|
||||
}
|
||||
|
||||
private void notifyPingRecieved(final PingRequest pingRequest) {
|
||||
private void notifyPingReceived(final PingRequest pingRequest) {
|
||||
threadPool.generic().execute(new Runnable() {
|
||||
|
||||
@Override
|
||||
@ -326,7 +326,7 @@ public class NodesFaultDetection extends AbstractComponent {
|
||||
throw new ElasticsearchIllegalStateException("Got pinged with cluster name [" + request.clusterName + "], but I'm part of cluster [" + clusterName + "]");
|
||||
}
|
||||
|
||||
notifyPingRecieved(request);
|
||||
notifyPingReceived(request);
|
||||
|
||||
channel.sendResponse(new PingResponse());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user