Fix typo in server.c (#8809)

This commit is contained in:
Ikko Ashimine 2021-04-21 19:43:38 +09:00 committed by GitHub
parent 473588c399
commit ac36161694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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