Fix typo in error string

Former-commit-id: 0ac80086bcef36b2abd2eb67f0d9830e3172ab17
This commit is contained in:
Hanif Ariffin 2020-10-20 08:58:53 -04:00 committed by John Sully
parent 239bb9cf65
commit 4b204b6776

View File

@ -1128,7 +1128,7 @@ void clientAcceptHandler(connection *conn) {
"change permanent. " "change permanent. "
"2) Alternatively you can just disable the protected mode by " "2) Alternatively you can just disable the protected mode by "
"editing the Redis configuration file, and setting the protected " "editing the Redis configuration file, and setting the protected "
"mode option to 'no', and then restarting the g_pserver-> " "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 bind address or an authentication password. " "4) Setup a bind address or an authentication password. "