1
0
mirror of https://github.com/fluencelabs/redis synced 2025-04-02 15:51:05 +00:00

Another typo in protected mode error message.

This commit is contained in:
antirez 2016-01-07 22:42:43 +01:00
parent 08c7bba32a
commit 1e7a8f8221

@ -632,7 +632,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"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 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 '--portected-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. "
"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";