summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2017-11-28 18:40:02 +0100
committerGitHub <noreply@github.com>2017-11-28 18:40:02 +0100
commit4e55df4b5c1be4ecf30e013692ac327b5f3471e9 (patch)
treefe248824fae132df272d279fd7ac06256b344f9e
parentad171f5ce0762efa0e1de082f8431c892eaab68f (diff)
parentf06f10e66bfe5afdb013798e02c6aec7937435a5 (diff)
downloadredis-4e55df4b5c1be4ecf30e013692ac327b5f3471e9.tar.gz
Merge pull request #4172 from TehWebby/patch-3
Fix typo
-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).
#