Commit 1e7a8f82 authored by antirez's avatar antirez
Browse files

Another typo in protected mode error message.

parent 08c7bba3
...@@ -632,7 +632,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) { ...@@ -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";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment