提交 4cc4d164 编写于 作者: P Pieter Noordhuis

Typo

上级 7d8c555e
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册