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

View File

@ -632,7 +632,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"editing the Redis configuration file, and setting the protected "
"mode option to 'no', and then restarting the server. "
"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. "
"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";