X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/93a74949d7bb5d0c4115d1bf45f856c368badf31..7d3ee4172f52bf94185960799c1d12c16ed96ff7:/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 {