mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 20:21:21 +00:00
fix typo
This commit is contained in:
@ -3505,7 +3505,7 @@ static clusterManagerNode *clusterManagerNodeWithLeastReplicas() {
|
||||
return node;
|
||||
}
|
||||
|
||||
/* This fucntion returns a random master node, return NULL if none */
|
||||
/* This function returns a random master node, return NULL if none */
|
||||
|
||||
static clusterManagerNode *clusterManagerNodeMasterRandom() {
|
||||
int master_count = 0;
|
||||
|
Reference in New Issue
Block a user