From d4595dd94ff35e090fae02c0ca63b742faf237f9 Mon Sep 17 00:00:00 2001 From: XiongDa <52746580+shangxiaoxiong@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:12:46 +0800 Subject: [PATCH] Fix typo in replication.c (#10854) --- src/replication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replication.c b/src/replication.c index 385efcf6c..8a40a8197 100644 --- a/src/replication.c +++ b/src/replication.c @@ -3310,7 +3310,7 @@ void replicationDiscardCachedMaster(void) { * passed as argument as the socket for the new master. * * This function is called when successfully setup a partial resynchronization - * so the stream of data that we'll receive will start from were this + * so the stream of data that we'll receive will start from where this * master left. */ void replicationResurrectCachedMaster(connection *conn) { server.master = server.cached_master;