Commit 408e12dc authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Typo

parent dfeb899b
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment