summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-11-10 17:11:39 +0300
committerGitHub <noreply@github.com>2021-11-10 17:11:39 +0300
commit98073279af6588883cfe84b387b86c16ebc5b117 (patch)
tree104414b7355af48c89ff2e1f632076cf253d6fb0
parentbf7d2c54a4a030040e0e1fd82c58d6d8f2d89bb7 (diff)
parenteff5c063cb9bfbf4ade3a5a8966f6af1b3d8068d (diff)
downloadrabbitmq-server-git-98073279af6588883cfe84b387b86c16ebc5b117.tar.gz
Merge pull request #3680 from tuxiqae/patch-1
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", []}];