Skip to content

Commit

Permalink
fix spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri committed May 20, 2024
1 parent 390ade1 commit 73d6f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -1438,9 +1438,9 @@ sds generateClusterSlotResponse(void) {
}
}
setDeferredArrayLen(recording_client, slot_replylen, num_masters);
sds cluster_slot_respose = aggregateClientOutputBuffer(recording_client);
sds cluster_slot_response = aggregateClientOutputBuffer(recording_client);
deleteCachedResponseClient(recording_client);
return cluster_slot_respose;
return cluster_slot_response;
}

int verifyCachedClusterSlotsResponse(sds cached_response) {
Expand Down

0 comments on commit 73d6f12

Please sign in to comment.