diff --git a/src/rdb.c b/src/rdb.c index 27390b9c31bef29a4590f0eab977f8ba8038b7ad..d186a9c5445e13e7e2f957d93ca78bc47dbfb12d 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -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 */