This commit is contained in:
Pieter Noordhuis 2011-04-06 15:53:52 +02:00
parent dfeb899b2d
commit 408e12dcaa

View File

@ -380,7 +380,7 @@ int rdbSaveObject(FILE *fp, robj *o) {
}
dictReleaseIterator(di);
} else {
redisPanic("Unknown sorted set enoding");
redisPanic("Unknown sorted set encoding");
}
} else if (o->type == REDIS_HASH) {
/* Save a hash value */