summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2012-04-21 03:27:15 -0700
committerSalvatore Sanfilippo <antirez@gmail.com>2012-04-21 03:27:15 -0700
commit28d1ee2cda01bccdd2424f8fdbb4a924de37eaa3 (patch)
treee3423ad19e470fecc3241ef1f2b190acb91a4900 /tests
parentfd72fe261dc8ac1f6450dfb6197391bb530ac5a0 (diff)
parentf2305046ef4695cfe60f35aa4a9e8df565fb1811 (diff)
downloadredis-28d1ee2cda01bccdd2424f8fdbb4a924de37eaa3.tar.gz
Merge pull request #414 from chobits/unstable
fix typos in tests/assets/default.conf
Diffstat (limited to 'tests')
-rw-r--r--tests/assets/default.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 976852e91..1b2345047 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -294,7 +294,7 @@ no-appendfsync-on-rewrite no
############################### ADVANCED CONFIG ###############################
# Hashes are encoded in a special way (much more memory efficient) when they
-# have at max a given numer of elements, and the biggest element does not
+# have at max a given number of elements, and the biggest element does not
# exceed a given threshold. You can configure this limits with the following
# configuration directives.
hash-max-ziplist-entries 64
@@ -317,7 +317,7 @@ set-max-intset-entries 512
# order to help rehashing the main Redis hash table (the one mapping top-level
# keys to values). The hash table implementation redis uses (see dict.c)
# performs a lazy rehashing: the more operation you run into an hash table
-# that is rhashing, the more rehashing "steps" are performed, so if the
+# that is rehashing, the more rehashing "steps" are performed, so if the
# server is idle the rehashing is never complete and some more memory is used
# by the hash table.
#