From 08c7bba32a7195ce04bc132fa4e68573e598552d Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 7 Jan 2016 14:35:07 +0100 Subject: [PATCH] Fix protected mode error message typo. --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.c b/src/networking.c index dba9e7cf..7e0fa5a6 100644 --- a/src/networking.c +++ b/src/networking.c @@ -619,7 +619,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) { "-DENIED Redis is running in protected mode because protected " "mode is enabled, no bind address was specified, no " "authentication password is requested to clients. In this mode " - "connections are only accepted from the lookback interface. " + "connections are only accepted from the loopback interface. " "If you want to connect from external computers to Redis you " "may adopt one of the following solutions: " "1) Just disable protected mode sending the command "