Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Aug 10, 2024
1 parent c599570 commit 28d91d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@ void clusterCommandSetSlot(client *c) {
}

/* Slot states have been updated on the compatible replicas (if any).
* Now exuecte the command on the primary. */
* Now execute the command on the primary. */
if (!strcasecmp(c->argv[3]->ptr, "migrating")) {
serverLog(LL_NOTICE, "Migrating slot %d to node %.40s (%s)", slot, n->name, n->human_nodename);
server.cluster->migrating_slots_to[slot] = n;
Expand Down

0 comments on commit 28d91d8

Please sign in to comment.