Skip to content

Commit 9807327

Browse files
Merge pull request #3680 from tuxiqae/patch-1
Grammar
2 parents bf7d2c5 + eff5c06 commit 9807327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/src/rabbit_nodes_common.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ connection_succeeded_diagnostics() ->
226226
case gen_event:call(error_logger, ?ERROR_LOGGER_HANDLER, get_connection_report) of
227227
[] ->
228228
[{" * TCP connection succeeded but Erlang distribution failed ~n"
229-
" * suggestion: check if the Erlang cookie identical for all server nodes and CLI tools~n"
229+
" * suggestion: check if the Erlang cookie is identical for all server nodes and CLI tools~n"
230230
" * suggestion: check if all server nodes and CLI tools use consistent hostnames when addressing each other~n"
231231
" * suggestion: check if inter-node connections may be configured to use TLS. If so, all nodes and CLI tools must do that~n"
232232
" * suggestion: see the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more~n", []}];

0 commit comments

Comments
 (0)