Unverified Commit 8636c3e0 authored by Seunghyun Lee's avatar Seunghyun Lee Committed by GitHub
Browse files

Fix typo in redis-cli.c (#8772)

parent bb16cf0f
...@@ -3368,7 +3368,7 @@ cleanup: ...@@ -3368,7 +3368,7 @@ cleanup:
/* Get the node the slot is assigned to from the point of view of node *n. /* 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. * 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 whether the slot is unassigned
* or the reply resulted in an error. */ * or the reply resulted in an error. */
static clusterManagerNode *clusterManagerGetSlotOwner(clusterManagerNode *n, static clusterManagerNode *clusterManagerGetSlotOwner(clusterManagerNode *n,
int slot, char **err) int slot, char **err)
......
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