From 6100be7d827bc1329b156b165a4e08fd91cbc115 Mon Sep 17 00:00:00 2001 From: "zhaozhao.zz" Date: Tue, 11 Dec 2018 19:53:54 +0800 Subject: [PATCH] fix typo --- src/multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multi.c b/src/multi.c index 5971f465..d7f7d4ae 100644 --- a/src/multi.c +++ b/src/multi.c @@ -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; }