]> git.saurik.com Git - redis.git/blobdiff - src/rdb.c
Merge pull request #440 from ErikDubbelboer/spelling
[redis.git] / src / rdb.c
index 8ffd2c28f9d331f864d6aeb3be18ff50bc0b8fe3..f9ad9f941cdf6a4b8fe8e771f30837cfbb4bf35f 100644 (file)
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -798,7 +798,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
             }
 
             /* This will also be called when the set was just converted
-             * to regular hashtable encoded set */
+             * to a regular hash table encoded set */
             if (o->encoding == REDIS_ENCODING_HT) {
                 dictAdd((dict*)o->ptr,ele,NULL);
             } else {