Merge pull request #440 from ErikDubbelboer/spelling

Fixed some spelling errors in comments
This commit is contained in:
Salvatore Sanfilippo
2012-04-21 03:31:06 -07:00
4 changed files with 16 additions and 16 deletions

View File

@ -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 {