Commit cd2b5df9 authored by hwware's avatar hwware Committed by antirez
Browse files

fix spelling in cluster.c

parent 8cdc153f
...@@ -933,7 +933,7 @@ int clusterAddNode(clusterNode *node) { ...@@ -933,7 +933,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