From f06f10e66bfe5afdb013798e02c6aec7937435a5 Mon Sep 17 00:00:00 2001 From: Shaun Webb Date: Thu, 27 Jul 2017 15:27:46 +0900 Subject: [PATCH] Typo fix --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index c54dba392..249399e9a 100644 --- a/redis.conf +++ b/redis.conf @@ -59,7 +59,7 @@ # internet, binding to all the interfaces is dangerous and will expose the # instance to everybody on the internet. So by default we uncomment the # following bind directive, that will force Redis to listen only into -# the IPv4 lookback interface address (this means Redis will be able to +# the IPv4 loopback interface address (this means Redis will be able to # accept connections only from clients running into the same computer it # is running). #