summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2013-12-05 07:42:05 -0800
committerSalvatore Sanfilippo <antirez@gmail.com>2013-12-05 07:42:05 -0800
commitcbaad0b26f959b71e8585c34daf6ed9f12747462 (patch)
treee5a929964686e5475f4699a6a82fe4c2deaa93ca /redis.conf
parent11e81a1e9ad1d1b4639aa8ed3fd2616ed8d1f176 (diff)
parent74431b80a3ea5981bd465a953000476851b023a3 (diff)
downloadredis-cbaad0b26f959b71e8585c34daf6ed9f12747462.tar.gz
Merge pull request #1437 from AnuragRamdasan/patch-1
Fixed grammar: 'usually' to 'usual'
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 bd2d6feeb..0363bd7d9 100644
--- a/redis.conf
+++ b/redis.conf
@@ -125,7 +125,7 @@ save 60 10000
#
# However if you have setup your proper monitoring of the Redis server
# and persistence, you may want to disable this feature so that Redis will
-# continue to work as usually even if there are problems with disk,
+# continue to work as usual even if there are problems with disk,
# permissions, and so forth.
stop-writes-on-bgsave-error yes