Commit 4cc4d164 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Typo

parent 7d8c555e
...@@ -327,7 +327,7 @@ int rdbSaveObject(FILE *fp, robj *o) { ...@@ -327,7 +327,7 @@ int rdbSaveObject(FILE *fp, robj *o) {
} }
dictReleaseIterator(di); dictReleaseIterator(di);
} else { } else {
redisPanic("Unknown sorted set enoding"); redisPanic("Unknown sorted set encoding");
} }
} else if (o->type == REDIS_HASH) { } else if (o->type == REDIS_HASH) {
/* Save a hash value */ /* 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