From 4b204b677617129fba8a4877e4c99d82da86fdc5 Mon Sep 17 00:00:00 2001 From: Hanif Ariffin Date: Tue, 20 Oct 2020 08:58:53 -0400 Subject: [PATCH] Fix typo in error string Former-commit-id: 0ac80086bcef36b2abd2eb67f0d9830e3172ab17 --- src/networking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.cpp b/src/networking.cpp index 8e5683f65..80fa9514b 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -1128,7 +1128,7 @@ void clientAcceptHandler(connection *conn) { "change permanent. " "2) Alternatively you can just disable the protected mode by " "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 " "it with the '--protected-mode no' option. " "4) Setup a bind address or an authentication password. "