Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fa4f5073
Unverified
Commit
fa4f5073
authored
Apr 02, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Apr 02, 2020
Browse files
Merge pull request #7006 from hwware/fixspelling
fix spelling in cluster.c clusterDelNode
parents
dfef4074
262262fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
fa4f5073
...
...
@@ -933,7 +933,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 functio
n
performs the high level
* cleanup, calling freeClusterNode() for the low level cleanup.
* Here we do the following:
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment