From 28e95c7c523258ea43b5fe9b42aeb4f9305da5f7 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 10 Jul 2018 12:04:31 +0200 Subject: [PATCH] Streams: fix typo "consumer". --- src/blocked.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocked.c b/src/blocked.c index 2a349f0a4..e722a4e83 100644 --- a/src/blocked.c +++ b/src/blocked.c @@ -404,7 +404,7 @@ void handleClientsBlockedOnKeys(void) { streamID start = *gt; start.seq++; /* Can't overflow, it's an uint64_t */ - /* Lookup the consuemr for the group, if any. */ + /* Lookup the consumer for the group, if any. */ streamConsumer *consumer = NULL; if (group) { consumer = streamLookupConsumer(group,