summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnurag Ramdasan <anuragr@live.com>2013-12-05 21:09:31 +0530
committerantirez <antirez@gmail.com>2013-12-05 16:42:28 +0100
commit4c53178c6c68ade4bcd5cc42d939408ab7246e45 (patch)
tree8caa17ce3ee74a0dda4c1e17bf3d4411cf724139
parent7f6743a5812cd8c70e95fe17e0f531de6afac2fe (diff)
downloadredis-4c53178c6c68ade4bcd5cc42d939408ab7246e45.tar.gz
Fixed grammar: 'usually' to 'usual'
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index f556cc375..874861af4 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