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: *