summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorAltaf hussain <altafsofficial01@gmail.com>2021-09-13 22:37:50 +0530
committerGitHub <noreply@github.com>2021-09-13 20:07:50 +0300
commitf041990f2acde5ae1ef67351c6a505f3ef6fcf52 (patch)
treed2b5e316482b587bf494aead35080d3c42bd9988 /redis.conf
parent4c7827588df9f827855d1b191f07b786734acb80 (diff)
downloadredis-f041990f2acde5ae1ef67351c6a505f3ef6fcf52.tar.gz
fix typo in redis.conf. Interfece changed to interface (#9498)
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 6d5acd4fb..3eb7374cc 100644
--- a/redis.conf
+++ b/redis.conf
@@ -60,7 +60,7 @@
# the "bind" configuration directive, followed by one or more IP addresses.
# Each address can be prefixed by "-", which means that redis will not fail to
# start if the address is not available. Being not available only refers to
-# addresses that does not correspond to any network interfece. Addresses that
+# addresses that does not correspond to any network interface. Addresses that
# are already in use will always fail, and unsupported protocols will always BE
# silently skipped.
#