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
8636c3e0
Unverified
Commit
8636c3e0
authored
Apr 21, 2021
by
Seunghyun Lee
Committed by
GitHub
Apr 21, 2021
Browse files
Fix typo in redis-cli.c (#8772)
parent
bb16cf0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
8636c3e0
...
...
@@ -3368,7 +3368,7 @@ cleanup:
/* Get the node the slot is assigned to from the point of view of node *n.
* If the slot is unassigned or if the reply is an error, return NULL.
* Use the **err argument in order to check wether the slot is unassigned
* Use the **err argument in order to check w
h
ether the slot is unassigned
* or the reply resulted in an error. */
static
clusterManagerNode
*
clusterManagerGetSlotOwner
(
clusterManagerNode
*
n
,
int
slot
,
char
**
err
)
...
...
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