From 04442fbebf7f9c703f17113610e58d50028d5f15 Mon Sep 17 00:00:00 2001 From: WuYunlong Date: Sat, 3 Mar 2018 10:32:42 +0800 Subject: [PATCH] Fix typo in readSyncBulkPayload() comment. --- src/replication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replication.c b/src/replication.c index 8c01bfb51..c15986ec6 100644 --- a/src/replication.c +++ b/src/replication.c @@ -1278,7 +1278,7 @@ void readSyncBulkPayload(aeEventLoop *el, int fd, void *privdata, int mask) { close(server.repl_transfer_fd); replicationCreateMasterClient(server.repl_transfer_s,rsi.repl_stream_db); server.repl_state = REPL_STATE_CONNECTED; - /* After a full resynchroniziation we use the replication ID and + /* After a full resynchronization we use the replication ID and * offset of the master. The secondary ID / offset are cleared since * we are starting a new history. */ memcpy(server.replid,server.master->replid,sizeof(server.replid));