summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorShaun Webb <shaunwebbit@gmail.com>2017-07-27 15:27:46 +0900
committerGitHub <noreply@github.com>2017-07-27 15:27:46 +0900
commitf06f10e66bfe5afdb013798e02c6aec7937435a5 (patch)
tree4bba2fa627f8a372f76b858325f0d87f58d7e60c /redis.conf
parentdc997755bf8c2d69899957a8ab6dc41aed0c7ddb (diff)
downloadredis-f06f10e66bfe5afdb013798e02c6aec7937435a5.tar.gz
Typo fix
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
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).
#