summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagi Sarussi <sagis@sagis.dev>2021-11-10 15:31:06 +0200
committerGitHub <noreply@github.com>2021-11-10 15:31:06 +0200
commiteff5c063cb9bfbf4ade3a5a8966f6af1b3d8068d (patch)
tree104414b7355af48c89ff2e1f632076cf253d6fb0
parentbf7d2c54a4a030040e0e1fd82c58d6d8f2d89bb7 (diff)
downloadrabbitmq-server-git-eff5c063cb9bfbf4ade3a5a8966f6af1b3d8068d.tar.gz
Grammar
-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", []}];