This commit is contained in:
Pieter Noordhuis 2011-04-06 16:15:15 +02:00
parent 7d8c555e92
commit 4cc4d1648b

View File

@ -327,7 +327,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 */