Correct grammatical error in for DENIED error message (#11192)

networking: Spell verb *set up* with space in error message
This commit is contained in:
Paul Menzel 2022-08-26 18:06:55 +02:00 committed by GitHub
parent c789fb0aa7
commit 14e026e685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1253,7 +1253,7 @@ void clientAcceptHandler(connection *conn) {
"mode option to 'no', and then restarting the server. " "mode option to 'no', and then restarting the server. "
"3) If you started the server manually just for testing, restart " "3) If you started the server manually just for testing, restart "
"it with the '--protected-mode no' option. " "it with the '--protected-mode no' option. "
"4) Setup a an authentication password for the default user. " "4) Set up an authentication password for the default user. "
"NOTE: You only need to do one of the above things in order for " "NOTE: You only need to do one of the above things in order for "
"the server to start accepting connections from the outside.\r\n"; "the server to start accepting connections from the outside.\r\n";
if (connWrite(c->conn,err,strlen(err)) == -1) { if (connWrite(c->conn,err,strlen(err)) == -1) {