summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwware <wen.hui.ware@gmail.com>2020-03-18 09:48:03 -0400
committerhwware <wen.hui.ware@gmail.com>2020-03-18 09:48:03 -0400
commit262262fbb278b3fae5b64c085d182b1b3daec891 (patch)
treefedd9cdcbd381970c2cdaf35feb118c23f9fd2a8
parentb3a97004f4c5555158f774279e5e2131cf909a6d (diff)
downloadredis-262262fbb278b3fae5b64c085d182b1b3daec891.tar.gz
fix spelling in cluster.c
-rw-r--r--src/cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cluster.c b/src/cluster.c
index 5f63d2b8f..f67e97abd 100644
--- a/src/cluster.c
+++ b/src/cluster.c
@@ -932,7 +932,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:
*