Commit 262262fb authored by hwware's avatar hwware
Browse files

fix spelling in cluster.c

parent b3a97004
...@@ -932,7 +932,7 @@ int clusterAddNode(clusterNode *node) { ...@@ -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:
* *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment