Skip to content

Commit 8cc10f3

Browse files
Merge pull request #3681 from rabbitmq/mergify/bp/v3.9.x/pr-3680
Grammar (backport #3680)
2 parents ae3f983 + c77346d commit 8cc10f3

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)