diff --git a/src/redis-cli.c b/src/redis-cli.c index a7a4d685..f307d31c 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -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;