From 1e7a8f8221aa37bf2d6454e833b005e2bb9c6465 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 7 Jan 2016 22:42:43 +0100 Subject: [PATCH] Another typo in protected mode error message. --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.c b/src/networking.c index 7e0fa5a6..1715ee12 100644 --- a/src/networking.c +++ b/src/networking.c @@ -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";