From 28d91d8f8147412194bcff36ac55526054bdb8dd Mon Sep 17 00:00:00 2001 From: Binbin Date: Sat, 10 Aug 2024 19:43:40 +0800 Subject: [PATCH] fix typo Signed-off-by: Binbin --- src/cluster_legacy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster_legacy.c b/src/cluster_legacy.c index c86ecdf91e..2a39098663 100644 --- a/src/cluster_legacy.c +++ b/src/cluster_legacy.c @@ -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;