X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/28d1ee2cda01bccdd2424f8fdbb4a924de37eaa3..eb6e7eb94df3f29b33dcdf40b1790dadc7f37f50:/src/rdb.c diff --git a/src/rdb.c b/src/rdb.c index 8ffd2c28..f9ad9f94 100644 --- 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 {