Commit 3d07ed98 authored by antirez's avatar antirez
Browse files

Fix typo in replicationCron() comment.

parent ce8b6ede
...@@ -2641,7 +2641,7 @@ void replicationCron(void) { ...@@ -2641,7 +2641,7 @@ void replicationCron(void) {
* be the same as our repl-id. * be the same as our repl-id.
* 3. We, yet as master, receive some updates, that will not * 3. We, yet as master, receive some updates, that will not
* increment the master_repl_offset. * increment the master_repl_offset.
* 4. Later we are turned into a slave, connecto to the new * 4. Later we are turned into a slave, connect to the new
* master that will accept our PSYNC request by second * master that will accept our PSYNC request by second
* replication ID, but there will be data inconsistency * replication ID, but there will be data inconsistency
* because we received writes. */ * because we received writes. */
......
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