From b2a25f6b16fda609e3ec6c35ab2bef47193eba15 Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Sun, 17 May 2020 12:39:59 -0400 Subject: [PATCH] Fix a typo. --- src/blocked.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocked.c b/src/blocked.c index 92f1cee65..b00670943 100644 --- a/src/blocked.c +++ b/src/blocked.c @@ -118,7 +118,7 @@ void processUnblockedClients(void) { /* This function will schedule the client for reprocessing at a safe time. * - * This is useful when a client was blocked for some reason (blocking opeation, + * This is useful when a client was blocked for some reason (blocking operation, * CLIENT PAUSE, or whatever), because it may end with some accumulated query * buffer that needs to be processed ASAP: *