summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-04-02 11:23:53 +0200
committerGitHub <noreply@github.com>2020-04-02 11:23:53 +0200
commitfa4f50739a27c312ba547ca6712016ece370e5ee (patch)
treefb4cabe03ab4a1f152807958983c84cc11e3cf58
parentdfef4074999d2640f0336551937605802299f08b (diff)
parent262262fbb278b3fae5b64c085d182b1b3daec891 (diff)
downloadredis-fa4f50739a27c312ba547ca6712016ece370e5ee.tar.gz
Merge pull request #7006 from hwware/fixspelling
fix spelling in cluster.c clusterDelNode
-rw-r--r--src/cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cluster.c b/src/cluster.c
index a2e9ff5b6..385ff5763 100644
--- a/src/cluster.c
+++ b/src/cluster.c
@@ -933,7 +933,7 @@ int clusterAddNode(clusterNode *node) {
return (retval == DICT_OK) ? C_OK : C_ERR;
}
-/* Remove a node from the cluster. The functio performs the high level
+/* Remove a node from the cluster. The function performs the high level
* cleanup, calling freeClusterNode() for the low level cleanup.
* Here we do the following:
*