From 262262fbb278b3fae5b64c085d182b1b3daec891 Mon Sep 17 00:00:00 2001 From: hwware Date: Wed, 18 Mar 2020 09:48:03 -0400 Subject: fix spelling in cluster.c --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cluster.c') 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: * -- cgit v1.2.1