summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2014-04-29 12:58:17 +0200
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:06 -0400
commitaa628446f211d1abcdfaab4fcefe8f1572e0335e (patch)
tree7b9299db8d8b5ff77103a84e82701b506a002035 /redis.conf
parenta2583466e43adf2f2e56a51f9e35fbd87d9737bf (diff)
downloadredis-aa628446f211d1abcdfaab4fcefe8f1572e0335e.tar.gz
Fix typo in redis.conf
Closes #1713
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 026028130..607d8ddd2 100644
--- a/redis.conf
+++ b/redis.conf
@@ -279,7 +279,7 @@ repl-disable-tcp-nodelay no
# resync is enough, just passing the portion of data the slave missed while
# disconnected.
#
-# The biggest the replication backlog, the longer the time the slave can be
+# The bigger the replication backlog, the longer the time the slave can be
# disconnected and later be able to perform a partial resynchronization.
#
# The backlog is only allocated once there is at least a slave connected.