Unverified Commit ac361616 authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

Fix typo in server.c (#8809)

parent 473588c3
...@@ -2421,8 +2421,8 @@ void beforeSleep(struct aeEventLoop *eventLoop) { ...@@ -2421,8 +2421,8 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
server.get_ack_from_slaves = 0; server.get_ack_from_slaves = 0;
} }
/* We may have recieved updates from clients about their current offset. NOTE: /* We may have received updates from clients about their current offset. NOTE:
* this can't be done where the ACK is recieved since failover will disconnect * this can't be done where the ACK is received since failover will disconnect
* our clients. */ * our clients. */
updateFailoverStatus(); updateFailoverStatus();
......
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