Fixed some spelling errors in the comments

This commit is contained in:
Erik Dubbelboer
2012-04-07 14:40:29 +02:00
committed by antirez
parent e04be06e89
commit 04779bdfe1
4 changed files with 16 additions and 16 deletions

View File

@ -803,7 +803,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
}
/* This will also be called when the set was just converted
* to regular hashtable encoded set */
* to regular hash table encoded set */
if (o->encoding == REDIS_ENCODING_HT) {
dictAdd((dict*)o->ptr,ele,NULL);
} else {