fix spelling in cluster.c

This commit is contained in:
hwware 2020-03-18 09:48:03 -04:00
parent b3a97004f4
commit 262262fbb2

View File

@ -932,7 +932,7 @@ int clusterAddNode(clusterNode *node) {
return (retval == DICT_OK) ? C_OK : C_ERR; 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. * cleanup, calling freeClusterNode() for the low level cleanup.
* Here we do the following: * Here we do the following:
* *