mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Merge pull request #6429 from charsyam/feature/typo-slave
[trivial] fix typos salves to slaves in replication.c
This commit is contained in:
commit
8e3d910d4e
@ -585,7 +585,7 @@ int startBgsaveForReplication(int mincapa) {
|
||||
}
|
||||
|
||||
/* If we failed to BGSAVE, remove the slaves waiting for a full
|
||||
* resynchorinization from the list of salves, inform them with
|
||||
* resynchorinization from the list of slaves, inform them with
|
||||
* an error about what happened, close the connection ASAP. */
|
||||
if (retval == C_ERR) {
|
||||
serverLog(LL_WARNING,"BGSAVE for replication failed");
|
||||
@ -606,7 +606,7 @@ int startBgsaveForReplication(int mincapa) {
|
||||
}
|
||||
|
||||
/* If the target is socket, rdbSaveToSlavesSockets() already setup
|
||||
* the salves for a full resync. Otherwise for disk target do it now.*/
|
||||
* the slaves for a full resync. Otherwise for disk target do it now.*/
|
||||
if (!socket_target) {
|
||||
listRewind(server.slaves,&li);
|
||||
while((ln = listNext(&li))) {
|
||||
|
Loading…
Reference in New Issue
Block a user