spelling: defragging

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-06-05 18:09:29 -04:00
parent 46347ed9b5
commit 52e99f3fe5
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ static void defragPubsubScanCallback(void *privdata, void *elemref) {
*(robj **)hashtableMetadata(clients) = newchannel;
/* The channel name is shared by the client's pubsub(shard) and server's
* pubsub(shard), after defraging the channel name, we need to update
* pubsub(shard), after defragging the channel name, we need to update
* the reference in the clients' dictionary. */
hashtableIterator iter;
hashtableInitIterator(&iter, clients, 0);