summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-11-10 17:15:10 +0300
committerGitHub <noreply@github.com>2021-11-10 17:15:10 +0300
commit8cc10f3036ed50c05ea90eee1de1a7725252e960 (patch)
tree1cbf2f0e154692d0f20992ec337367142b42f4ff
parentae3f983a3797bdf18d38aa45cfbd925bb54053e4 (diff)
parentc77346d6c62b02ca562b23ffef4be2471e3ed603 (diff)
downloadrabbitmq-server-git-8cc10f3036ed50c05ea90eee1de1a7725252e960.tar.gz
Merge pull request #3681 from rabbitmq/mergify/bp/v3.9.x/pr-3680
Grammar (backport #3680)
-rw-r--r--deps/rabbit_common/src/rabbit_nodes_common.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit_common/src/rabbit_nodes_common.erl b/deps/rabbit_common/src/rabbit_nodes_common.erl
index 9d72c29652..dc00eaa300 100644
--- a/deps/rabbit_common/src/rabbit_nodes_common.erl
+++ b/deps/rabbit_common/src/rabbit_nodes_common.erl
@@ -226,7 +226,7 @@ connection_succeeded_diagnostics() ->
case gen_event:call(error_logger, ?ERROR_LOGGER_HANDLER, get_connection_report) of
[] ->
[{" * TCP connection succeeded but Erlang distribution failed ~n"
- " * suggestion: check if the Erlang cookie identical for all server nodes and CLI tools~n"
+ " * suggestion: check if the Erlang cookie is identical for all server nodes and CLI tools~n"
" * suggestion: check if all server nodes and CLI tools use consistent hostnames when addressing each other~n"
" * suggestion: check if inter-node connections may be configured to use TLS. If so, all nodes and CLI tools must do that~n"
" * suggestion: see the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more~n", []}];