Commit 6100be7d authored by zhaozhao.zz's avatar zhaozhao.zz
Browse files

fix typo

parent 1530c0a7
......@@ -149,7 +149,7 @@ void execCommand(client *c) {
{
addReplyError(c,
"Transaction contains write commands but instance "
"is now a read-only slave. EXEC aborted.");
"is now a read-only replica. EXEC aborted.");
discardTransaction(c);
goto handle_monitor;
}
......
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